Request
Body Params application/json
{
"orderId": "{{$timestamp}}",
"cardNo": "5306889942833340",
"expiry": 2906,
"cvv2": "401",
"amount": 1045,
"installmentCount": 5,
"currency": 840
}
Request Code Samples
curl --location --request POST 'https://vpospayment.corpayss.net/api/Payment/InstallmentInquiry' \
--header 'x_client_token: 385cd69c-d76b-4dc7-827a-5663465f01ba' \
--header 'Accept-Language: EN' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "{{$timestamp}}",
"cardNo": "5306889942833340",
"expiry": 2906,
"cvv2": "401",
"amount": 1045,
"installmentCount": 5,
"currency": 840
}'
Modified at 2026-04-14 11:06:19