Create a temporary token (also referred as Card Code)
for the card, an temporary alias that must be used when
when creating a drawdown transaction
The token can be stored in a barcode to allow use of virtuell card in purchase in POS or webstore
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)
255token details
Specify how token should be generated
Unique ref ID provided by the client to support safely retrying requests without accidentally performing the same operation twice
All card transaction must have a unique ref ID, but it is not required that the ref ID is globally unique.
The lifetime in seconds for the card token. For example, the value "3600" denotes that the token will expire in one hour from the time the response was generated.
x >= 1A key-value JSON object to store any additional information. The dintero_* namespace for keys is reserved
{ "order_id": "xk39592f" }specify the format for the token, default format
is an UUID prefixed with DINCARD
The token can only be used to create one transaction, card lookup by token will be available until token expires by date
Token created
Specify how token should be generated
Unique ref ID provided by the client to support safely retrying requests without accidentally performing the same operation twice
All card transaction must have a unique ref ID, but it is not required that the ref ID is globally unique.
The lifetime in seconds for the card token. For example, the value "3600" denotes that the token will expire in one hour from the time the response was generated.
x >= 1An 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" }specify the format for the token, default format
is an UUID prefixed with DINCARD
The token can only be used to create one transaction, card lookup by token will be available until token expires by date