Authorization: Bearer ********************
{
"transaction_limits": {
"currency": "AUD",
"limits": [
{
"amount": 1000,
"interval": "ALL_TIME"
}
]
}
}
curl --location --request GET 'https://api-sandbox.z.inc/api/v1/card' \
--header 'x-api-version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_limits": {
"currency": "AUD",
"limits": [
{
"amount": 1000,
"interval": "ALL_TIME"
}
]
}
}'
{
"authorization_controls": {
"allowed_currencies": [],
"allowed_merchant_categories": [],
"allowed_transaction_count": "MULTIPLE",
"transaction_limits": {
"currency": "AUD",
"limits": [
{
"amount": 1000,
"interval": "ALL_TIME"
},
{
"amount": 15000,
"interval": "PER_TRANSACTION"
}
]
}
},
"brand": "VISA",
"card_id": "39dbb674-cacd-4e0b-b1d7-883aed7db5c9",
"card_status": "PENDING",
"cardholder_id": "71d1c63d-be23-4337-b426-4e8349817317",
"created_at": "2024-07-25T09:25:45.792+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": "402c8f26-0848-44e0-a551-ab33fb9933b3",
"updated_at": "2024-07-25T09:25:45.792+0000"
}