Create Checkout Session
Create a checkout session ID to use in the web component or direct API.
Body
Your Mona merchant ID
The amount the customer is being charged, in kobo. Please note, this is the exact amount customer will be charged. To specify taxes, shipping costs or discounts please use the 'lineItems' key.
50000
An array of payment methods accepted in this session. Options are: card, bankTransfer and mona.
["bankTransfer", "card", "mona"]
The ID of the customer in the Mona system. Useful to return saved payment methods without needing an additional OTP.
To pre-populate the customers' phone number in the first step of the checkout flow. Make sure to add country code.
"+2349347685434"
A list of line items for the payment, including names and amounts.
Optional object to pass if you are enrolling your customer in Mona Pay by Bank
Response
Status of the response
Message from server instructing you to pass the URL to customer.
Status of the response
The gateway URL to pass to the user to complete the transaction