Transfer Ammount to Connected Account
Request
Body Params application/json
{
"amount": "10",
"bankId": "ba_1S13tD2HCMcFytSwAoCI1bdC"
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/payment-mgt/transfer-to-connected-account' \
--header 'Authorization: bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "10",
"bankId": "ba_1S13tD2HCMcFytSwAoCI1bdC"
}'
Responses
application/json {
"status": 1,
"message": "Transfer successful.",
"data": {
"transaction_id": "tr_1S11VSCEfvugNSdteI7d9Abh"
}
}
Modified at 2025-09-16 08:09:15