Transactions - Field Descriptions

The following page details each of the fields received in the response when using the Transactions endpoint.

Request Fields

The following table describes fields that can be included in the body of the request when performing a transaction.

FieldDescriptionMinimum LengthMaximum LengthTypeMandatory
transactionTypeThe type of transaction for the request. Select from:
  • Load for loading money onto a card
  • Unload for unloading money from a card
  • TransferFunds for transferring money from one card to another
  • BalanceAdjustment for adjusting the balance of a card
  • Fee
317StringYes
amountThe monetary amount of the transaction.0DoubleYes
currencyCodethe currency used in the transaction.33StringYes
userThe actor initiating the transaction request.030StringNo
descriptionFree text field describing the transaction that is populated on card statement.01024StringNo
feeAmountFee applied to the transaction. Only required if the Fee option0DoubleConditional
feeTypeThe Fee Type of the transaction. Required when transactionType is set to Fee.023StringConditional
toPublicTokenTarget public token of the request. Required when transactionType is set to TransferFunds.1StringConditional

Response Fields

A successful response for the Transactions endpoint will return a 200 response and details of the transaction performed and the updated balance of the card.

FieldDescription
transactionAn object that contains the details of the transaction.
transactionTypeThe type of transaction ran by the endpoint.
transactionIdThe unique transaction identifier for the transaction.
amountThe amount of the transaction.
currencyCodeThe currency code of the transaction
publicTokenThe publicToken of the card the transaction was ran for.
balanceAn object that contains the details of the updated balance for the card after the transaction.
currencyCodeThe currency code associated with the card.
cardBalanceThe current balance of the card.
pendingAmountAny pending amount associated with the card,
availableBalanceThe available balance of the card.