Update Payout Status
Utils API for Sandbox testing
Sandbox Update a Payout status
Name
Value
Name
Type
Description
Example body request
{
"id": "c111f9ee-5a42-496c-94ad-9645ebd2004b", // payout_id or batch_id
"type": "payout", // payout or batch
"status": "success" // success or fail
}Last updated