Skip to main content

Set Postback URL

ATLOS will send you a postback (a.k.a. a webhook) notification each time a payment is successfully completed by the user and confirmed on the blockchain.

You can set the postback URL in the in the Settings menu of the Merchant Panel. Or, alternatively, you can pass the postback URL to the payment widget by using the postbackUrl parameter. The latter can be useful for plugin development if you don't have access to the Merchant Panel.

warning

You should not rely solely on the postback feature to detect payments. If your server or the internet connection is down, you may not receive a postback notification. You should use the Transaction/List API endpoint to fetch payments periodically.