1. Fund transfer
POST {{host}}/v3/profiles/{{active-profile-id}}/transfers/{{new-transfer-id}}/payments
The only way to fund your transfers via API is to fund them from balance. Note that based on the user origin this call might be the subject for SCA, more details in API Documentation
Request Body
{"type"=>"BALANCE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: Created
{"type":"BALANCE","status":"COMPLETED","errorCode":null,"errorMessage":null,"balanceTransactionId":2218118}