v1

latestOpenAPI 3.1.02026-07-226250251.5 KB
Transactions

Settle a Transfer

Settle a previously created transfer payout

post/v1/transactions/transfer-payout/settle

Request body

transfer_idstring required

Example request

{
  "transfer_id": "9ac6872b-8904-4ea5-beb7-d5a936ffee10"
}

Response

Transfer settled successfully

Example response

{
  "data": {
    "transaction_id": "9ac6872b-8904-4ea5-beb7-d5a936ffee10"
  }
}