Get the cards active for a customer
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 customer id you have defined for the customer. (must not have trailing or leading spaces)
255A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.
1 <= x <= 100cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
paging_token=pt1, your subsequent call can include
starting_after=pt1 in order to fetch the next page of the list.
Card details
The card id you have defined for the card. (must not have trailing or leading spaces)
255An 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" }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
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"