Issue virtual and physical cards, manage spending limits, and track card transactions in real-time.
curl -X POST https://api.etaildepot.com/v2/cards \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"type": "virtual",
"cardholder_name": "John Doe",
"spending_limit": 50000,
"allowed_categories": ["online", "retail"]
}'
/cards
Issue a new virtual or physical card
type
- Card type (virtual, physical)cardholder_name
- Name on the cardspending_limit
- Maximum spending limit in centsallowed_categories
- Allowed merchant categories/cards/{id}
Retrieve card details and transaction history
/cards/{id}/limits
Update card spending limits and restrictions
daily_limit
- Daily spending limitmonthly_limit
- Monthly spending limitblocked_categories
- Blocked merchant categoriesIssue instant virtual cards or order physical cards with custom designs and branding.
Set spending limits, merchant restrictions, and geographic controls for enhanced security.
Track transactions in real-time with instant notifications and spending analytics.
Add cards to Apple Pay, Google Pay, and other digital wallets seamlessly.