Create invoice UPI (POST)
POST
Last updated
POST
Last updated
The query is an HTTP POST request where your provided api key will be used as an http header.
API-KEY (Use the api key we’ve sent to you here).
email (Mandatory)
aaaaaa@domain.fr
The email of your customer
amount (Mandatory)
15.04 or 42
point “.” is a decimal symbol
devise (Mandatory)
USD
This is the currency to be used. Set it to USD. You’ll need to do the exchange on your side to USD if you use another currency
name (Optional)
Jaya James
The name of your customer
personal_id (Optional)
45861024531
Payer's Identity ID (11 digits)
success_url (Optional)
After successful payment.. we will redirect the payment page to the page of this URL
cancel_url (Optional)
After canceled payment. we will redirect the payment page to the page of this URL
pending_url (Optional)
After payment, if its status is still pending, we will redirect the payment page to the page of this URL
failure_url (Optional)
String | null
After failed or decline payment.. we will redirect the payment page to the page of this URL
callbackJson (Optional)
Data type : json
Eg : {txId : qktr12eqzg, status : sfrt}
Merchant Data. After successful or canceled payment. we send it to you through the callback url.
Our service will return a JSON object.
50008 : You cannot create a sale because your wallet is being validated and activated.You will receive a confirmation email as soon as the treatment process is completed.While waiting for the final activation, you can still change it from the profile page