cURL
curl --request PUT \ --url https://api.joinslash.com/card/{cardId}/modifier \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "only_allow_recurring_payments", "value": true } '
{ "success": true }
Set a modifier for a card.
{ "name": "only_allow_recurring_payments", "value": true }
{ "name": "only_allow_recurring_payments", "value": false }
Authentication from public API requests
only_allow_recurring_payments
Whether to only allow recurring payments. The default value for newly created cards is false.
OK