When the physical card is created, a notification will be sent when the logistics status changes to "In Production" or "Shipped".
Request
Body Params application/json
{
"eventType": "CardShipped",
"cardId": "CIDP017634951178",
"orderNo": "CA2507040934106733"
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "CardShipped",
"cardId": "CIDP017634951178",
"orderNo": "CA2507040934106733"
}'
Responses
application/json {
"code": "200",
"msg": "Received successfully"
}
Modified at 2025-07-29 02:59:31