Skip to main content
POST
USD Transfer

Body

application/json

USD Transfer payload

account_id
string
required

Unique Identifier of the US account from which funds will be transferred from (Pass merchant's US account ID if hold_balance is false for Create US Bank Account).

account_number
string
required

Bank account number of the recipient.

account_type
enum<string>
required

Type of the bank account.

Available options:
CHECKING,
SAVINGS,
BUSINESS
amount
number
required
reference
string
required

Unique reference provided by the merchant for idempotency and tracking.

recipient_email
string
required
routing_number
string
required

Routing number of the recipient's bank.

transfer_type
enum<string>
required

Type of transfer to be made.

Available options:
ACH,
WIRE
description
string
recipient_name
string

Response

Created

data
object
message
string
success
boolean