Activate a card with status inactive
scopes:
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}
where the access_token is JSON Web Tokens (JWT).
An id that uniquely identifies the account.
9The card id you have defined for the card. (must not have trailing or leading spaces)
255Monetary amount in smallest unit for the currency
x >= 050000
The three-character ISO-4217 currency. https://en.wikipedia.org/wiki/ISO_4217
NOK, SEK, DKK, EUR, USD "NOK"
The customer id you have defined as the owner of the card. (must not have trailing or leading spaces)
255Display name for the card
Specify how token should behave after activation
A key-value JSON object to store any additional information. The dintero_* namespace for keys is reserved
{ "order_id": "xk39592f" }
The reference to where the entity was created. (must not have trailing or leading spaces)
255Optional time when the card is activated. No drawdown transaction
will be allowed before if set. (fund transaction is allowed)
Optional expiration time for the card. No transaction will be allowed on an expired card
Card details
The card id you have defined for the card. (must not have trailing or leading spaces)
255Monetary amount in smallest unit for the currency
x >= 050000
The three-character ISO-4217 currency. https://en.wikipedia.org/wiki/ISO_4217
NOK, SEK, DKK, EUR, USD "NOK"
The reference to where the entity was created. (must not have trailing or leading spaces)
255The customer id you have defined as the owner of the card. (must not have trailing or leading spaces)
255Display name for the card
The type of the card. The value is one of the following:
gift_card - a gift cardcredit_note - a credit note
Defaults to gift_cardgift_card, credit_note "gift_card"
The status of the card. The value is one of the following:
inactive - Inactive card created by batch, needs to be activatedunused - the card is unusedused - the card has 0 balancepartially_used - the card has been used partiallyexpired - the card has expiredDefaults to unused
inactive, unused, used, partially_used, expired "unused"
An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client that created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
A key-value JSON object to store any additional information. The dintero_* namespace for keys is reserved
{ "order_id": "xk39592f" }
The balance, including amount locked by pending transaction. Monetary amount in smallest unit for the currency
x >= 050000
The amount available for drawdown (exclusive amount locked by pending transactions). Monetary amount in smallest unit for the currency
x >= 050000
The sum of all fund transactions. Monetary amount in smallest unit for the currency
x >= 050000
The sum of all drawdown transactions. Monetary amount in smallest unit for the currency
x >= 050000
The sum of all pending transactions. Monetary amount in smallest unit for the currency
x >= 050000
The sum of all reserved transactions. Monetary amount in smallest unit for the currency
x >= 050000
Optional time when the card is activated. No drawdown transaction
will be allowed before if set. (fund transaction is allowed)
Optional expiration time for the card. No transaction will be allowed on an expired card