💰Deposit

Let's see how it works:

  • User makes a deposit via our payment method on the client project (flow configured by the client)

  • The client server sends a request to our server

  • Our server processes the request (checks the deposit payment)

  • After successful processing, our server sends a deposit webhook (postback, callback) to the client server

  • Client server processes our request

  • After successful processing, the client project credits funds to user's account

So, communication takes place with the help of postback requests (postbacks). After each client request for input or output, a postback is sent to the client with the result of the operation. You can also review the process below:

Sequence diagram of the Deposit via API integration

Last updated