The physical card needs to be activated before use
Request
Body Params application/json
{
"cardId": "string",
"activeCode": "string"
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/card/activeCard' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardId": "string",
"activeCode": "string"
}'
Responses
application/json {
"code": 0,
"msg": "SUCCESS",
"ok": true
}
Modified at 2025-07-29 03:19:26