post https://securelink-staging.valorpaytech.com:4430/?directSale
Log in to see full request history
API is used to generate payment link and send it to the card holder based on the Merchants convenient method click here
Responses
API is used to generate payment link and send it to the card holder based on the Merchants convenient method click here
xxxxxxxxxx
28curl --request POST \
--url 'https://securelink-staging.valorpaytech.com:4430/?directSale=' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"appid": "QWizN3u0poN5Wrb4GaKAqAp63EvKkZRK",
"appkey": "lo196Pj5Vw1pScye3iq8z2WdSOTcNGVD",
"epi": "2319923425",
"txn_type": "sale",
"amount": "10.00",
"phone": "7010754391",
"email": "valorbaseadmin@protonmail.com",
"address": "main street",
"city": "chennai",
"state": "TN",
"zip": "11111",
"cardnumber": "4111111111111111",
"cvv": "999",
"expirydate": "1232",
"cardholdername": "dinesh",
"shipping_country": "USA",
"invoicenumber": "7777",
"orderdescription": "NO",
"surchargeAmount": "10.00",
"surchargeIndicator": 1
}
'
Try It!
to start a request and see the response here! Or choose an example: