Callbacks
Asynchronous payments are very popular with cryptocurrencies. In such deposit flow you have to generate an address and pass it to your client. This will be his deposit address which he will be reusing during his lifetime with you. In such payment flow we will notify you about any incoming payments with callbacks.
Owner of the merchant can set up callback URL manually in merchant's settings, and upon processing payments, WllxPay will send you notifications in JSON format with all required information about transaction such as amount and status.
Callback retry schedule: 1, 5, 10, 15, 20, 30, 60, 90, 120, 150, 180, 210, 240 minutes.
Last updated