Create Transaction
POST
https://fintechbizsolutions.com/api/transaction/create
Headers
Content-Type
application/json
Authorization
Bearer SECRET_KEY
Body
api_key*
string
API key
reference*
string
transaction reference
amount*
string
amount of transaction
currency*
string
currency (USD)
firstname*
string
customer's first name
lastname *
string
customer's last name
email*
string
customer's email
phone*
string
customer's phone
country*
string
customer's country code (IALPHA 2)
state*
string
customer's state code (ALPHA 2)
city*
string
customer's city
address*
string
customer's address
zip_code*
string
customer's post code
cardName*
string
customer's card name
cardNumber*
string
customer's card number
cardCVV*
string
customer's card CVV
expMonth*
string
customer's card expiry month
expYear*
string
customer's card expiry year
ip_address*
string
customer's ip address
redirect_url*
string
redirect url (GET)
webhook_url*
string
webhook url (POST)
Response
Last updated