Deposits processing
Use the "Create Payment" endpoint to create a deposit. Extract the "redirectUrl" from the response and redirect the customer to that URL. To find out the final payment status, use the "Find payment" endpoint or wait for a webhook from our system.
Withdrawals and Refunds processing
Payouts and refunds do not support user interaction, so all necessary information must be provided in the request. Use the "Create Payment" endpoint to create a withdrawal or refund. To find out the final payment status, use the "Find payment" endpoint or wait for a webhook from our system.