Skip to content

Last updated: December 8, 2022

Basic information

Country code

US

Supported currency

USD

Scheme

  • Minimum amount (local currency): 0.01
  • Maximum amount (local currency): no maximum
  • Cut-off time: 18:00 EST
  • Settlement: up to T+2
  • Minimum amount (local currency): 0.01
  • Maximum amount (local currency): 1,000,000
  • Cut-off time: 12:00 EST
  • Settlement: up to T

Settlement of payments depends on the receiving entities' capabilities and schedules.

Payment information

Example

1
{
2
"type": "bank_account",
3
"account_type": "current",
4
"account_number": "00012345678",
5
"bank_code": "026000000",
6
"currency": "USD",
7
"country": "US",
8
"account_holder": {
9
"type": "individual",
10
"first_name": "John",
11
"last_name": "Smith",
12
"country_code": "US",
13
"billing_address": {
14
"address_line1": "123 Anywhere St.",
15
"state": "AL",
16
"zip": "123456",
17
"country": "US",
18
"city": "Anytown"
19
}
20
}
21
}