Authorization: Bearer ********************
{
"transaction_limits": {
"currency": "SGD",
"limits": [
{
"amount": 20011,
"interval": "ALL_TIME"
},
{
"amount": 10011,
"interval": "PER_TRANSACTION"
},
{
"amount": 1000,
"interval": "DAILY"
},
{
"amount": 3000,
"interval": "WEEKLY"
},
{
"amount": 8000,
"interval": "MONTHLY"
}
]
}
}
curl --location --request POST 'https://api-sandbox.z.inc/api/v1/card//transaction_limits' \
--header 'x-api-version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_limits": {
"currency": "SGD",
"limits": [
{
"amount": 20011,
"interval": "ALL_TIME"
},
{
"amount": 10011,
"interval": "PER_TRANSACTION"
},
{
"amount": 1000,
"interval": "DAILY"
},
{
"amount": 3000,
"interval": "WEEKLY"
},
{
"amount": 8000,
"interval": "MONTHLY"
}
]
}
}'
{
"authorization_controls": {
"allowed_currencies": [],
"allowed_merchant_categories": [],
"allowed_transaction_count": "MULTIPLE",
"transaction_limits": {
"currency": "SGD",
"limits": [
{
"amount": 20011,
"interval": "ALL_TIME"
},
{
"amount": 10011,
"interval": "PER_TRANSACTION"
},
{
"amount": 1000,
"interval": "DAILY"
},
{
"amount": 3000,
"interval": "WEEKLY"
},
{
"amount": 8000,
"interval": "MONTHLY"
}
]
}
},
"brand": "VISA",
"card_id": "80b537af-59ec-4ef7-b7da-1e5eb16b5bce",
"card_number": "************4907",
"card_status": "CLOSED",
"cardholder_id": "34e987f4-2bf7-4305-9256-42ca74aa54e8",
"created_at": "2024-07-15T10:41:42.829+0000",
"created_by": "Zinc",
"form_factor": "VIRTUAL",
"is_personalized": true,
"name_on_card": "Test Name",
"program": {
"purpose": "CONSUMER",
"type": "DEBIT"
},
"purpose": "BUSINESS_EXPENSES",
"request_id": "6cadd216-e2e4-4408-a624-c921ac932386",
"updated_at": "2024-07-25T09:35:12.182+0000"
}