Collection (Virtual Account-NGN )**
Last updated
Last updated
This is the Async method of creating collection order it is desiigned to provide speedy responses while creating and fetching orders
POST
https://prod-order-exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/CreateOrder/
If you have a payment page for collecting your end-user's phone number and network (mobile money regions) or you want to collect in NIGERIA; Please add "intrapay_merchant_id" and partner_id in the request body. For Nigeria, the virtual bank account is sent as a JSON response from the API
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.
Once callback is received order appears on intrapay dashboard.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Content-Type*
String
application/json
Authorization*
String
Authorization is a bearer token which is Partners public key
partner_order_id*
String
Id of order generated on partners' system
amount_to_collect*
String
amount seller or buy as listed
timestamp*
Number
Time order was created. unix or epoch time in milleseconds (GMT+0)
order_expiration*
String
the time to be elapsed before order becomes invalid. unix or epoch time in millseconds (GMT+0)
currency*
String
currency the buyer is paying the merchant with
partner_callback_url*
String
payment notification used by IntraPay to notify Partner System about the Payment status of the order
partner_redirect_url*
String
provided by partner. url to redirect partner's users
signature*
String
SHA-512 of request payload signed with both merchant and partner secret key(SK_merchant_xxx+SK_partner_xxx)
intrapay_merchant_id*
String
The intrapay merchant id is found on your intrapay dashboard on your fiat tab.
partner_id*
String
this is the ID gotten from the partner onboard endpoint