Guatemala
Basic information
Country code | GT | ||
Supported currency | GTQ | ||
Scheme | Local:
|
Payment information
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
optional enum |
Beneficiary name | The account holder's first and last name. |
required string |
required string | ||
Beneficiary address | The account holder's address. |
required string |
optional string | ||
required string | ||
optional string | ||
required enum, 2 characters
| ||
Identification | The account holder's ID. |
required enumCan be one of |
required string |
Bank details
Account number | The account holder's account number. |
required string, ^[0-9]16$ | ||
SWIFT BIC | The account holder's SWIFT BIC. |
required string, ^[a-z]6[a-z0-9]2([a-z0-9]3)?$ |
Example
{"type": "bank_account","account_number": "12345678","swift_bic": "AUBKPHMM","currency": "GTQ","country": "GT","account_holder": {"first_name": "John","last_name": "Smith","identification": {"type": "national_id","number": "1234567891234"},"billing_address": {"address_line1": "2 Calle","city": "Cabulco","country": "GT"}}}