Create a transaction against a Card using token or card_id.
If the Transactions is created as pending, the value will
be locked until it is either captured or voided. Transaction ID must
be used when capturing or voiding a transaction.
Using
card_idor creating afundtransaction requires authorization scopeadmin:walletsorwrite:wallets
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.
9transaction details
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.
Monetary 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"
required if card_id is not set (cannot be combined with card_id)
required if token is not set (cannot be combined with token)
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)
255drawdown, fund If true, the transaction will be created as pending, i.e. the value will be locked until it is either captured or voided.
Only supported when creating a
drawdowntransaction.
Transaction created
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.
Monetary 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"
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 reference to where the entity was created. (must not have trailing or leading spaces)
255The type of the Transaction:
drawdown, pending_capture, voided, fund The ID of the original Transaction for a void or capture transaction