Initiate payment
Learn how to take payment using Mono payment initiation
The merchant begins the payment initiation by creating a Payment request
- Mono interfaces with the bank to create a payment with the requested amount details.
- Once the PR is created, the payment needs to be presented to the consumer in order to allow them to select a bank. A redirect URL returned when creating the PR provides a way to redirect the consumer to a Mono-hosted checkout page.
- The consumer selects their bank and authorizes the payment in the hosted checkout using their bank credentials.
- Once the payment is authorized at the bank, the consumer will be redirected back to the callback URL provided when creating your app on the dashboard.
Updated 5 months ago
Did this page help you?