Request
Body Params application/json
{
"orderId": "2cb5a00dea904a16915b183e0196cb07",
"otpCode": "592911",
"cardId": "CIDP013748376294",
"appType": "APPLE_PAY",
"eventType": "Card Token"
}
Request Code Samples
curl --location --request POST 'https://api-test.tevaupay.com' \
--header 'x-nexus-api-key;' \
--header 'versions: v1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "2cb5a00dea904a16915b183e0196cb07",
"otpCode": "592911",
"cardId": "CIDP013748376294",
"appType": "APPLE_PAY",
"eventType": "Card Token"
}'
Responses
application/json Modified at 2026-01-12 03:56:03