Request
Body Params application/json
{
"orderId": "{{$timestamp}}",
"cardNo": "5265448007549389",
"expiry": 2906
}
Request Code Samples
curl --location --request POST 'https://vpospayment.corpayss.net/api/Payment/PointInquiry' \
--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
}'
Modified at 2026-04-14 11:06:19