{
"cardId": "CIDV012313192513",
"limitAmount": 80000,
"currency": "USD",
"durationInDays": 14,
"intent": "INTERNATIONAL_TRAVEL"
}curl --location 'https://api-test.tevaupay.com/openapi/card/customPerTransactionLimit' \
--header 'x-nexus-api-key: 1' \
--header 'versions: v1' \
--header 'appId: P3wmnamRzMsLjimu' \
--header 'timestamp: {{$date.timestamp}}' \
--header 'nonce: {{$string.uuid}}' \
--header 'sign: 8ca94291ed9cb1783df63a9eecb775f04bc2106993a9ef1c4c857dfd6b2eb832' \
--header 'Content-Type: application/json' \
--data '{
"cardId": "CIDV012313192513",
"limitAmount": 80000,
"currency": "USD",
"durationInDays": 14,
"intent": "INTERNATIONAL_TRAVEL"
}'{
"code": 0,
"msg": "SUCCESS",
"data": {
"limitAmount": 1000,
"currency": "USD",
"intent": "INTERNATIONAL_TRAVEL",
"activeAt": "2026-04-24 11:02:44",
"expiresAt": "2026-04-25 11:02:44"
},
"ok": true
}