Pay with USSD
Last updated
Last updated
{
"status": "SUCCESS",
"data": {
"code": null,
"payments": {
"paymentReference": "dsffererer",
"linkingReference": "CSEERBIT724622561618580872054",
"providerreference": "8206",
"ussdDailCode": "*901*000*8206#"
},
"message": null
}
}curl --location 'https://seerbitapi.com/api/v2/payments/initiates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_ENCRYPTION_KEY' \
--data-raw '{
"publicKey":"YOUR_PUBLIC_KEY",
"amount":"100",
"fullName": "FirstName LastName",
"mobileNumber": "customer mobile number",
"email":"[email protected]",
"currency": "NGN",
"country": "NG",
"paymentReference": "dsffererer",
"callbackUrl": "http://yourdomain.com",
"redirectUrl": "http://yourdomain.com",
"paymentType": "USSD",
"bankCode":"044"
}'