Skip to content

Last updated: April 29, 2022

Basic information

Country code

GT

Supported currency

GTQ

Scheme

Local:

  • Minimum amount (GTQ): 8
  • Maximum amount (GTQ): 40,000
  • Cut-off time: 23:59 CST
  • Settlement: T+0 same day

Payment information

Example

1
{
2
"type": "bank_account",
3
"account_number": "12345678",
4
"swift_bic": "AUBKPHMM",
5
"currency": "GTQ",
6
"country": "GT",
7
"account_holder": {
8
"first_name": "John",
9
"last_name": "Smith",
10
"identification": {
11
"type": "national_id",
12
"number": "1234567891234"
13
},
14
"billing_address": {
15
"address_line1": "123 Example St.",
16
"city": "Cabulco",
17
"country": "GT"
18
}
19
}
20
}