Skip to main content
InputObject

Input Fields

type
required
Type of transfer (ACH, Wire, etc.)
fromAccountId
required
Unique identifier for the source bank account
toAccountId
required
Unique identifier for the destination bank account
amount
required
Transfer amount in USD
idempotencyKey
Optional idempotency key to prevent duplicate transfers. If a transfer with the same idempotency key already exists, the existing transfer will be returned.
{
  "type": "INTERNAL_TO_EXTERNAL",
  "fromAccountId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "toAccountId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "amount": Decimal,
  "idempotencyKey": "abc123"
}