v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Payouts

Create a payout transaction

Initiates a payout transaction using the verified payout parameters, including the sub-account ID and the check-payout ID returned from the verification step.

post/open-api/v3/payment

Request body

accountIdstring required

The UUID of the account.

checkIdstring required

The ID returned by the Check Payout API

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter"
}