Methods

Methods

Transfers

Create ACH transfer

fromAccountId
string
amount
integerAmount in cents
recipientId
stringSaved recipient ID (alternative to manual bank details)
routingNumber
string
accountNumber
string
accountType
string
description
string
statementDescriptor
string

Create wire transfer

fromAccountId
string
amount
integerAmount in cents
recipientId
stringSaved recipient ID (alternative to manual bank details)
routingNumber
string
accountNumber
string
beneficiaryName
string
messageToRecipient
string
description
string

Create internal (book) transfer

Instant transfer between two gateway accounts. Cannot transfer to/from treasury.

fromAccountId
string
toAccountId
string
amount
integerAmount in cents
description
string

Create RTP transfer

Real-Time Payments — settles in seconds. Max $100,000.

fromAccountId
string
amount
integerAmount in cents (max $100,000)
recipientId
stringSaved recipient ID (alternative to manual bank details)
destinationRoutingNumber
string
destinationAccountNumber
string
destinationAccountType
string
creditorName
string
statementDescriptor
string
description
string

Create FedNow transfer

FedNow instant payment — settles in seconds.

fromAccountId
string
amount
integerAmount in cents
recipientId
stringSaved recipient ID (alternative to manual bank details)
routingNumber
string
accountNumber
string
creditorName
string
remittanceInfo
string
description
string

Create instant transfer

Smart instant transfer — tries RTP first, falls back to FedNow. Max $100,000.

fromAccountId
string
amount
integerAmount in cents (max $100,000)
recipientId
stringSaved recipient ID (alternative to manual bank details)
routingNumber
string
accountNumber
string
accountType
string
recipientName
string
description
string

Create check transfer

Mail a physical check to the recipient.

fromAccountId
string
amount
integerAmount in cents
recipientId
stringSaved recipient ID (alternative to manual mailing address)
recipientName
string
mailingAddress
object
memo
string
description
string

Get check transfer status

id
string · required

Get transfer with live status

id
string · required

List transfers for account

id
string · required