Sandbox Test Helper
Utils API for Sandbox testing
Sandbox Update a Payout status
POST
/api/test-helpers/status
Headers
Name
Value
x-api-key
<token>
signature
<token>
Body
Name
Type
Description
id
*
string
Payout ID or Batch ID to update status.
type
*
string
Type to update.
payout
to make update a payout
or batch
to make update all payout in batch.
status
*
string
Status of payout to update. success
or fail
* is mandatory parameter
Example body request
Response
Last updated