Payment Links and Redirections
When do we need to use payment links in the collection process?
Payment links are used for collection methods that require customer interaction:
- NGN card collections
- USD collections
- EUR/GBP collections via Open Banking
Push mechanisms like Interac (CAD) and virtual bank accounts (NGN) do not require payment links.
How does the payment link flow work?
When you initiate a collection through our API for any of the methods listed above:
- We return a
payment_url
in the API response. - You redirect your customer to this URL to complete the transaction.
- After completion, the customer's browser will either close or redirect, depending on your configuration.
- We notify you of the successful payment via webhook.
Updated 7 days ago