Redirect integration
Redirect integration works by sending a request to Create Invoice.
In response, you will receive an invoiceUrl
link, you have to redirect the user to this link for payment.
When the payment is processed, the system will send a notification to notificationUrl
with the payment status. See Callbacks for details.
When the user completes the payment, they will be redirected to one of the URLs specified during invoice creation:
-
successUrl
— if the payment was successful. -
cancelUrl
— if user canceled the payment process.