Creates a new checkout session and returns a URL that you can redirect your customer to for payment. The customer will be able to complete the payment using their Mobipurse wallet or other available payment methods.
API key for authentication. Generate this from your Mobipurse dashboard under Settings → API Keys.
The amount to charge in the lowest currency denomination (e.g., 200000 for 2000.00)
x >= 1200000
The 2-character ISO country code
^[A-Z]{2}$"CI"
The 3-character ISO currency code
^[A-Z]{3}$"XOF"
Unique merchant reference for the checkout. Must be unique for each checkout.
"2a59004d-72a9-4bdc-9893-abff8fa6ffb4"
Locale of the checkout page. Defaults to 'en' if not specified.
["en", "fr"]URL to receive webhook notifications for payment events
"https://webhook.site/100ebe83-961d-4096-8741-05772dafcfa1"
URL to redirect the customer after payment completion
"https://mobipurse.com"