Collection (MOMO)
Collection with payment pages is for Mobile Money dominated countries (GHS, KHS). This is the Async method of creating collection order it is designed to provide speedy responses.
Create Order - Using Fuspay's Payment Pages
This endpoint is used to create an order on Intrapay
POST
https://prod-order-exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/CreateOrder/
So, if you want a payment page (a screen that allows your users input their phone number & network), Please include x-partner-id, x-merchant-secret in the header and ignore intrapay_merchant_id in the request body.
Note: The intrapay merchant id is different for each account (currency) created on Intrapay. You can find your intrapay merchant id at the bottom left AFTER YOU HAVE SETUP the wallet of that currency.
The merchant secret is also different per currency. Find your merchant secret at the partner mapping screen by clicking on your name on the partner list.
Orders start to appear on Intrapay dashboard after user has visited the payment page and has accepted payment on their phone.
Headers
Request Body
Example Request- Code
Last updated