Skip to main content
Object The initiated bank account transfer

Fields

id
required
Unique identifier for the transfer
type
required
Type of transfer (ACH, Wire, etc.)
fromAccount
required
Source bank account for the transfer
toAccount
required
Destination bank account for the transfer
date
required
Date when the transfer was initiated
amount
required
Transfer amount in USD
status
required
Current status of the transfer
{
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "type": "INTERNAL_TO_EXTERNAL",
  "fromAccount": AccountTransferAccount,
  "toAccount": AccountTransferAccount,
  "date": "2007-12-03",
  "amount": Decimal,
  "status": "PENDING"
}