cURL
curl --request GET \ --url https://api.usezentra.com/api/v1/cards/{card_id}/auto-reload \ --header 'Authorization: Bearer <token>'
GET and PUT /api/v1/cards//auto-reload - Read or update card auto-reload settings
GET /api/v1/cards/{card_id}/auto-reload PUT /api/v1/cards/{card_id}/auto-reload
curl -X PUT https://api.usezentra.com/api/v1/cards/card_123/auto-reload \ -H "Authorization: Bearer YOUR_SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{ "enabled": true, "threshold_minor": 200000, "reload_amount_minor": 500000 }'
Was this page helpful?