Collections/Payins - Cards
We provide the following product/services via API to merchants for collections across channels
Environment Urls
Sandbox: https://devbox.paydestal.com/pay
Prod: https://api.paydestal.com/payVirtual Accounts
Card Processing
USSD Processing
Pay Redirect
Card Payment (Local and International) Pay-Easy
Request Sample
curl --request POST \
--url 'https://devbox.paydestal.com/pay/api/v1/card/init?clientId=PYD1zwzyrwabig' \
--header 'Authorization: Bearer {your client secret}' \
--header 'content-type: application/json' \
--data '{
"reference": "99939589999968678",
"amount": 10.00,
"currency": "USD",
"callbackUrl": "{your callback url to redirect on completion}",
"customerName": "Jon Doe",
"customerEmail": "[email protected]",
"customerPhone": "08030000000",
"cardDetails": {
"expiryMonth": "01",
"expiryYear": "39",
"cvv": "100",
"cardNumber": "4508750015741019"
},
"sourceUrl": "https://example.com",
"city": "Abuja",
"country": "NGA",
"address": "Your address Qtrs",
"stateProvinceCode": "FC"
}'Request Body
reference
String
Unique Reference
amount
Double
e.g. 10.55
currency
Enum
Values ["NGN","USD"]
callbackUrl
Url
https://example.com
customerName
String
Name of Customer
customerEmail
customerPhone
Phone
e.g 08039000000
sourceUrl
String
callbackUrl
String
city
String
country
String
address
String
stateProvinceCode
String
Country and Province Codes URL
Test Cards
4012000033330026 Expiry: 01/39 CVV: 100 N 3DS
Visa
4508750015741019 Expiry: 01/39 CVV: 100 N 3DS
Visa
5123450000000008 Expiry: 01/39 CVV: 100 N 3DS
Mastercard
4111111111111111 Expiry: 03/50 CVV: 119 N 2D
Visa
5555555555554444 Expiry: 03/50 CVV: 119 N 2D
Mastercard
5060990580000217499,5061050254756707864 Expiry: 01/50 CVV: 111 PIN: 4321
Verve
5061050254756707864 Expiry: 01/50 CVV: 111 PIN: 4321
Verve
Last updated