put https://{environment}.masspay.io/{VERSION}/payout//
This PUT endpoint is used to commit a previously created payout transaction.
Once a payout transaction is created, you can use this endpoint to commit the transaction and initiate the actual payout.
To use this endpoint, you need to provide the user_token
and payout_token
of the payout transaction you want to commit in the URL Path.
The response will include a JSON object containing details about the committed payout transaction, including the payout_token
, payout_status
, pickup_code
and possible errors.