This endpoint can update the email of the card.
Note that changing the card email will synchronize the email of all cards held by this card holder.
Request
Body Params application/json
{
"cardId": "CIDV010711440933",
"email": "123@gmail.com"
}
Request Code Samples
curl --location 'https://api-test.tevaupay.com/openapi/card/updateEmail' \
--header 'x-nexus-api-key;' \
--header 'versions: v1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardId": "CIDV010711440933",
"email": "123@gmail.com"
}'
Responses
application/json
{
"code": 0,
"msg": "SUCCESS",
"ok": true
}
Modified at 2026-07-06 14:13:21