Philippines
Basic information
Country code | PH | ||
Supported currency | PHP | ||
Scheme | Local:
|
Payment information
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
required 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 | ||
required string | ||
required enum, 2 characters
|
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)?$ |
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
required enum |
Beneficiary name | The account holder's company name. |
required string |
Beneficiary address | The account holder's adress. |
required string |
optional string | ||
required string | ||
required string | ||
required enum, 2 characters
|
Bank details
| The account holder's account number. |
required string, ^[0-9]16$ | ||
| The account holder's SWIFT BIC. |
required string, ^[a-z]6[a-z0-9]2([a-z0-9]3)?$ |
Example
{"type": "bank_account","account_type": "current","account_number": "12345678","swift_bic": "BRRLGTGC","currency": "PHP","country": "PH","account_holder": {"type": "individual","first_name": "John","last_name": "Smith","address_line1": "1746 Rizal Avenue","address_city": "Manila","country_code": "PH","zip": "1550","billing_address": {"address_line1": "1746 Rizal Avenue‬","country": "PH","city": "Manila","zip": "1550"}}}