Skip to main content

Resources

This page documents the JSON:API resource schemas related to transactions.

Transaction Types

Unit supports many transaction types, each representing a different type of financial movement. For the complete resource schema for each transaction type, see the links below:

ACH Transactions

Wire Transactions

  • Wire - A wire transaction, either received or sent
  • Returned Wire - A returned wire transaction

Card Transactions

  • Purchase - A purchase via debit card
  • ATM - A deposit or withdrawal from an ATM
  • Card Transaction - Various card transactions not categorized as Purchase or ATM
  • Card Reversal - A reversal of a previous card transaction

Book Transactions

  • Book - A payment between two accounts on the same bank

Check Transactions

Fee & Interest Transactions

  • Fee - Fees incurred for a transaction
  • Fee Reversal - A reversal of a previous fee transaction
  • Interest - An interest payment to a deposit account

Dispute & Chargeback Transactions

  • Dispute - Credit or debit for an ongoing card or ACH dispute
  • Chargeback - A chargeback transaction

Push To Card Transactions

Other Transaction Types

Common Attributes

All transaction types share these common attributes:

AttributeTypeDescription
directionstringThe direction in which the funds flow: Debit or Credit
amountintegerThe amount (in cents) of the transaction
balanceintegerThe account balance (in cents) after the transaction
summarystringHuman-friendly summary of the transaction
createdAtRFC3339 Date stringThe date the transaction was created
tagsobjectOptional. See Tags

Common Relationships

RelationshipTypeDescription
accountDepositAccount or CreditAccountThe account the transaction belongs to
customerCustomerThe customer who owns the account