The API Documentation includes pre-configured automation scripts and can be directly imported for testing.
Generate an Aurpay hosted checkout URL. Users select the cryptocurrency on the checkout page before the order is created. Suitable for simple integrations.
Directly create a cryptocurrency payment order with complete order details. Suitable for custom or deeply integrated applications.
While the user is on the checkout page, Aurpay will redirect the user to the configured urlwhen the order status changes for the first time. Final order states includesucceedandtimeout.
succeed_url: Redirect URL triggered when the order status changes to succeed. No redirect will occur if left empty.timeout_url: Redirect URL triggered when the order status changes to timeout. No redirect will occur if left empty.url during order creation to associate the payment with the original merchant order.https://example.com/succeed/<id>?type=webAurpay sends callbacks to the configured URLs whenever the order status changes. Final order states include succeedandtimeout.
callback_url: Callback URL triggered after successful payment (GET)timeout_callback: Callback URL triggered after order timeout (GET)GET method without additional query parameters or request bodies. The expected response status code is 200.Used to verify that callback requests originate from Aurpay servers.
https://example.com/callback/<id>?token=****