Transfer funds to another wallet

This type of operation allows you to transfer funds between clients of the same institution (partner).
To make a transfer, it is enough to specify the amount and currency of such a transfer and also determine walletId of the wallet from which the funds should be debited and the walletId of the wallet to which the funds will be credited.

Fees values for this type of payment, as well as the minimum and maximum values of the transfer amount are displayed when requesting /v2/transfer/pre-request.

Transfer can acquire the following statuses:

Created - operation created;
Processing - operation in processing;
OnHold - the operation is blocked (for example, for checking AML);
Declined - the operation is rejected;
Completed - the operation is successful.

To provide information about the status of the operation, a callback service is implemented. The link for receiving callbacks should be provided in the transfer request.

The duration of execution of a transfer is instant.

Information about the amount of operation fees will be indicated along with other operation details.

Language
Authorization
URL
Click Try It! to start a request and see the response here!