This endpoint can update the mailbox bound to the card.
Request
Body Params application/json
{
"cardId": "CIDV010711440933",
"email": "123@gmail.com"
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/card/updateEmail' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--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 2025-07-29 03:20:25