Request
Body Params application/json
{
"orderId": "{{$timestamp}}",
"cardNo": "5265448007549389",
"expiry": 2906,
"cvv2": "401",
"amount": 211,
"currency": 978,
"ecommerceTxnType": 1,
"txnInitiationType": 0,
"cardHolderIp": "Passenger Van",
"merchantIp": "c5e3:9521:47af:deed:e5fc:d7e3:4dfd:d6fe",
"subMerchantIp": "121.80.188.149",
"additionalInfo": "cillum Excepteur qui",
"invoiceInfo": "sint proident",
"identificationNumber": "1"
}
Request Code Samples
curl --location --request POST 'https://vpospayment.corpayss.net/api/Payment/PreSale' \
--header 'x_client_token: 385cd69c-d76b-4dc7-827a-5663465f01ba' \
--header 'Accept-Language: EN' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "{{$timestamp}}",
"cardNo": "5265448007549389",
"expiry": 2906,
"cvv2": "401",
"amount": 211,
"currency": 978,
"ecommerceTxnType": 1,
"txnInitiationType": 0,
"cardHolderIp": "Passenger Van",
"merchantIp": "c5e3:9521:47af:deed:e5fc:d7e3:4dfd:d6fe",
"subMerchantIp": "121.80.188.149",
"additionalInfo": "cillum Excepteur qui",
"invoiceInfo": "sint proident",
"identificationNumber": "1"
}'
Modified at 2026-04-14 11:06:19