{ "cardId": "CIDV012313192513", "limitAmount": 80000, "currency": "USD", "durationInDays": 7, "intent": "INTERNATIONAL_TRAVEL" }
curl --location 'https://api-test.tevaupay.com/openapi/card/customPerTransactionLimit' \ --header 'x-nexus-api-key;' \ --header 'versions: v1' \ --header 'appId;' \ --header 'timestamp;' \ --header 'nonce;' \ --header 'sign;' \ --header 'Content-Type: application/json' \ --data '{ "cardId": "CIDV012313192513", "limitAmount": 80000, "currency": "USD", "durationInDays": 7, "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 }