HPP Integration
You have to redirect to the link which is returned in respomse data. In addition, you need to store the value of field reference and orderid for using api Verify Transaction.
Charge Transaction
POST https://borderlesspaymentng.com/api/charge
Headers
authorization*
String
Bearer YOUR_SECRET_KEY
content-type*
String
application/json
Request Body
amount*
String
amount
currency*
String
currency - NGN/KES/GHN
reference*
String
your transaction reference
firstname*
String
first name
lastname*
String
last name
email*
String
phone*
String
phone
country*
String
county code by alpha 2
city*
String
city
address*
String
address
ip_address*
String
ip address
zip_code*
String
zip code
state*
String
state
type*
string
CARD, BANK, MOBILE
callback_url*
String
callback url with method GET
webhook_url
String
webhook url with method POST
{
"status" : "success",
"message" : "success",
"data" : {
"reference" : "abssjsu222",
"orderid" : "1282827",
"link" : "https://borderlesspaymentng.com/checkout/1136/a292929acvvb881272aajakakaka"
}
}{
"status" : "failed",
"message" : "Bad Request"
}Last updated