Create Token
Create and charge card tokens
/payments/create-token
POST
https://seerbitapi.com/api/v2/payments/create-token
This endpoint allows you create a token
Headers
Authorization*
String
Request Body
publickey*
String
merchant public key
amount*
String
amount to be charged
fullName*
String
Customer's fullname
mobileNumber*
String
Customer's phone number
currency*
String
The transaction currency (NGN, GHS, KES,XOF or USD). Country Default currency must be passed
country*
String
country should be set to Country default
paymentReference*
String
This is the unique identifier for a transaction, to be generated by merchant.
email*
String
customer emails
paymentType*
String
paymentType should be set to CARD
cardNumber*
String
customer card number
expiryMonth*
String
customer card expiry month (e.g 01,02,11)
expiryYear*
String
customer card expiry month (e.g 23,24,25)
cvv*
String
customer card cvv
pin*
String
customer card pin
redirectUrl*
String
a page to be redirect to after successful payment
Last updated