Process Transfer
POST/v2/customers/:customerId/transfers/:transferId/status
Request transfer state update.
Transfer is created in PREVIEW
state, which can be used to determine the recipient and FX amount (if applicable).
To move forward the execution you should usе the POST /v2/customers/{customerId}/transfers/{transferId}/status
to prepare the transfer for execution.
{
"status": "PENDING"
}
This will create a PENDING
transaction and associate it with the transfer. All limits and other checks will be performed.
To confirm the transfer for execution POST /v2/customers/{customerId}/transfers/{transferId}/status
:
{
"status": "PROCESSING"
}
The transfers are executed asynchronously. Check the transfer status for details.
Request
Responses
- 202
- 400
Accepted
Bad Request