Enable card authorisation type
In this section, you will learn how to enable card authorisation type in Tuum.
Use case
In this use case, we will enable ATM cash deposit transactions for the card.
Use case data
API parameters with values
We will update the settings for card C001664282649.
...cards/C001664282649/settings/...
We will enable ATM cash deposit transactions (serviceCode = 21).
...authorisation-types/21/enable
Sample API call
To enable a card authorisation type, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v1/cards/{cardId}/settings/authorisation-types/{serviceCode}/enable
Sample request
The sample request body is as follows:
No request body.
Sample response
Below is an example of the response body for the API call above.
Result
ATM cash deposit transactions (serviceCode = 21
) are now enabled on card C001664282649
. Changes to card services take effect immediately.
Last updated
Was this helpful?