Transactions
Create a payout transaction
Use this endpoint to create a payout transaction. You can find sample code in our public Postman collection, or build it in the adjacent API explorer. The link to our postman collection is: https://www.postman.com/meldeng/workspace/meld-io-public-api-collection
IDEMPOTENT REQUESTS: Please refer to Idempotency Key
ERRORS: Please refer to Error Responses
post/payments/transactions/payout
Headers
X-Idempotency-Keystring uuid
Request body
Example request
{
"paymentMethod": {
"details": {
"cvc": "123",
"number": "4111111111111111"
}
},
"sourceAmount": "10.50",
"sourceCurrencyCode": "USD"
}Response
Payout transaction created successfully