Payouts to the Philippines
Payout parameters (PHP)
Name | Mandatory | Type | Description |
---|---|---|---|
payment_method | + | object | Payout data |
type | + | string | Value: bank_account |
bank_account | + | object | Bank account |
system_type | + | string | Value: global |
global | + | object | Bank account details |
description | + | string | Purpose of remittance for the payout. This description should match the classification given in How to specify the remittance purpose |
bank_account_number | + | string | Bank account number for the payout |
participant_details | + | object | Information on the payout participants |
recipient | + | object | Recipient details |
bank_name | + | string | Important: the bank name must be chosen from the List of supported banks, otherwise the payout will fail |
currency | + | string | Recipient's currency in ISO 4217 format. Case insensitive |
country_iso3 | + | string | Recipient's country code (ISO-3166-1 alpha-3) |
first_name | + | string | Recipient's first name. Important: if the name is passed incorrectly, the recipient bank may not accept the payout |
last_name | + | string | Recipient's last name. Important: if the name is passed incorrectly, the recipient bank may not accept the payout |
sender | + | object | Sender details |
company_name | - | string | Sender company name. Limited to 100 characters, cannot contain digits only |
registration_number | - | string | Sender company registration number |
country_iso3 | - | string | Sender’s country code (ISO-3166-1 alpha-3) |
code | + | string | Sender company registration number |
amount_details | + | object | Payout amount details |
amount | + | int | Payout amount in decimal format. The value must be greater than zero. If you are sending 100 USD, write 10000 |
currency | + | string | ISO 4217 currency code. Case insensitive |
Example
curl -X POST \
https://demo.smart-glocal.com/api/v1/session/start/payout \
-H 'Content-Type: application/json' \
-H 'X-PARTNER-PROJECT: your_project_name' \
-H 'X-PARTNER-SIGN: signature' \
-d'{
"session_id": "ps_1053680",
"payment_method": {
"type": "bank_account",
"bank_account": {
"system_type": "global",
"global": {
"bank_account_number": "NUMBER_VALUE",
"description": "purpose of remittance"
}
}
},
"participant_details": {
"recipient": {
"bank_name": "Bank name",
"currency": "php",
"country_iso3": "PHL",
"first_name": "John",
"last_name": "Johnson"
},
"sender": {
"company_name": "Company name",
"registration_number": "1234567890",
"country_iso3": "USA",
"code": "1234567890"
}
},
"amount_details": {
"amount": 1000,
"currency": "usd"
}
}'
Payout parameters (USD)
Name | Mandatory | Type | Description |
---|---|---|---|
payment_method | + | object | Payout data |
type | + | string | Value: bank_account |
bank_account | + | object | Bank account |
system_type | + | string | Value: global |
global | + | object | Bank account details |
bank_account_number | + | string | Bank account number for the payout |
description | + | string | Purpose of remittance for the payout. This description should match the classification given in How to specify the remittance purpose |
participant_details | + | object | Information on the payout participants |
recipient | + | object | Recipient details |
first_name | + | string | Recipient's first name. Important: if the name is passed incorrectly, the recipient bank may not accept the payout |
last_name | + | string | Recipient's last name. Important: if the name is passed incorrectly, the recipient bank may not accept the payout |
sender | + | object | Sender details |
company_name | - | string | Sender company name. Limited to 100 characters, cannot contain digits only |
registration_number | - | string | Sender company registration number |
country_iso3 | - | string | Sender’s country code (ISO-3166-1 alpha-3) |
code | + | string | Sender company registration number |
amount_details | + | object | Payout amount details |
amount | + | int | Payout amount in decimal format. The value must be greater than zero. If you are sending 100 USD, write 10000 |
currency | + | string | ISO 4217 currency code. Case insensitive |
Example
curl -X POST \
https://demo.smart-glocal.com/api/v1/session/start/payout \
-H 'Content-Type: application/json' \
-H 'X-PARTNER-PROJECT: your_project_name' \
-H 'X-PARTNER-SIGN: 721af394d5a7aefd0e91f5390abc4d7e20fb2b5784b091fef621f3c61b7abb4b' \
-d'{
"session_id": "ps_1053680",
"payment_method": {
"type": "bank_account",
"bank_account": {
"system_type": "global",
"global": {
"bank_account_number": "NUMBER_VALUE",
"description": "purpose of remittance"
}
}
},
"participant_details": {
"recipient": {
"bank_name": "Bank name",
"currency": "usd",
"country_iso3": "PHL",
"first_name": "John",
"last_name": "Johnson"
},
"sender": {
"company_name": "Company name",
"registration_number": "1234567890",
"country_iso3": "USA",
"code": "1234567890"
}
},
"amount_details": {
"amount": 1000,
"currency": "USD"
}
}'
List of supported banks
Country | Currency | Bank |
---|---|---|
Philippines | PHP | AL AMANAH ISLAMIC INVESTMENT BANK |
Philippines | PHP | ALLBANK |
Philippines | PHP | Anz Bank |
Philippines | PHP | Asia united Bank |
Philippines | PHP | Banco De Oro |
Philippines | PHP | Bangko Kabayan Inc |
Philippines | PHP | Bangko Mabuhay, Inc. |
Philippines | PHP | Bangko Nuestra Senora Del Pilar Inc |
Philippines | PHP | Bangkok Bank |
Philippines | PHP | Bank Of America |
Philippines | PHP | Bank Of China |
Philippines | PHP | Bank Of Commerce |
Philippines | PHP | Bank Of Philippines Islands |
Philippines | PHP | BDO NETWORK BANK |
Philippines | PHP | BDO PRIVATE BANK |
Philippines | PHP | Binan Rural Bank, Inc |
Philippines | PHP | Binangonan Rural Bank (Brbdigital) |
Philippines | PHP | BOF, INC (A Rural Bank) - Bank of Florida |
Philippines | PHP | BPI Direct Banko, Inc. |
Philippines | PHP | BPI Family Savings Bank |
Philippines | PHP | CAMALIG BANK, INC (A Rural Bank) |
Philippines | PHP | Cantilan Bank, Inc. (A Rural Bank) |
Philippines | PHP | Card Bank Inc |
Philippines | PHP | Cathay United Bank |
Philippines | PHP | CEBUANA LHUILLIER RURAL BANK INC |
Philippines | PHP | China Bank |
Philippines | PHP | China Bank Saving |
Philippines | PHP | CIMB BANK PHILIPPINES INC |
Philippines | PHP | Citibank N.a. |
Philippines | PHP | Cooperative Bank Of Quezon Province |
Philippines | PHP | COUNTRY BUILDERS BANK INC (A Rural Bank) |
Philippines | PHP | CTBC Bank (Philippines) Corporation |
Philippines | PHP | Deutsche Bank |
Philippines | PHP | Development Bank Of Philippines |
Philippines | PHP | Dungganon Bank, Inc. |
Philippines | PHP | East-West Bank |
Philippines | PHP | EastWest Rural Bank |
Philippines | PHP | Entrepreneur Bank |
Philippines | PHP | Equicom Saving Bank, Inc. |
Philippines | PHP | FIRST CONSOLIDATED BANK |
Philippines | PHP | Gotyme Bank Corporation |
Philippines | PHP | Guagua Rural Bank, Inc. (Grbank) |
Philippines | PHP | HSBC |
Philippines | PHP | Industrial And Commercial Bank Of China |
Philippines | PHP | INDUSTRIAL BANK OF KOREA |
Philippines | PHP | INNOVATIVE BANK INC |
Philippines | PHP | Isla Bank, Inc. |
Philippines | PHP | JP Morgan Chase |
Philippines | PHP | KEB HANA |
Philippines | PHP | Laguna Prestige Bank |
Philippines | PHP | Land Bank |
Philippines | PHP | Luzon Development Bank |
Philippines | PHP | Malarayat Rural Bank, Inc. |
Philippines | PHP | Malayan Bank Saving and Mortgage Bank, Inc. |
Philippines | PHP | Maya Bank, Inc. |
Philippines | PHP | Maybank |
Philippines | PHP | MEGA INTL COMML BANK CO LTD (ICBC) |
Philippines | PHP | Metrobank |
Philippines | USD | Metrobank (USD) |
Philippines | PHP | Mindanao Consolidated Cooperative Bank |
Philippines | PHP | MIZUHO BANK LTD (Fuji Bank) |
Philippines | PHP | Money Mall Rural Bank, Inc |
Philippines | PHP | MUFG BANK LTD (Bank Of Tokyo) |
Philippines | PHP | Mvsm (A Rural Bank Since 1953),inc |
Philippines | PHP | Netbank (A Rural Bank), Inc. |
Philippines | PHP | OmniPay, Inc. |
Philippines | PHP | Pacific Ace Savings Bank |
Philippines | PHP | Partner Rural Bank, Inc. |
Philippines | PHP | Philippine Bank of Communications |
Philippines | PHP | Philippine National Bank |
Philippines | PHP | Philippine Trust Company |
Philippines | PHP | Philippine Veterans Bank |
Philippines | PHP | Philippines Business Bank |
Philippines | PHP | Philippines Saving Bank |
Philippines | PHP | PNB Savings Bank |
Philippines | PHP | PRODUCERS SAVINGS BANK CORP |
Philippines | PHP | QCRB |
Philippines | PHP | Queen City Development Bank (Queen Bank) |
Philippines | PHP | RANG-AY BANK, INC. (A Rural Bank) |
Philippines | PHP | Rbt Bank, Inc (A Rural Bank), And |
Philippines | PHP | RCBC |
Philippines | PHP | RCBC Saving Bank |
Philippines | PHP | Robinson Bank |
Philippines | PHP | Rural Bank Of Bacolod City, Inc |
Philippines | PHP | Rural Bank Of Bauang, Inc |
Philippines | PHP | Rural Bank Of Digos Inc (Rbdi) |
Philippines | PHP | RURAL BANK OF GUINOBATAN INC (RBGI) |
Philippines | PHP | Rural Bank Of La Paz Inc |
Philippines | PHP | Rural Bank Of Lebak (Sultan Kudarat), Inc. |
Philippines | PHP | Rural Bank Of Montalban Inc |
Philippines | PHP | Rural Bank Of Porac (Pampanga), Inc. |
Philippines | PHP | Rural Bank Of Rosario Inc |
Philippines | PHP | Rural Bank Of Sagay, Inc. |
Philippines | PHP | Rural Bank Of San Leonardo |
Philippines | PHP | Rural Bank Of Sta. Ignacia Inc |
Philippines | PHP | Seabank Philippines , Inc. |
Philippines | PHP | Security Bank |
Philippines | PHP | SHINHAN BANK |
Philippines | PHP | Standard Chartered |
Philippines | PHP | Sterling Bank of Asia |
Philippines | PHP | SUMITOMO MITSUI BANKING CORP |
Philippines | PHP | Sun Savings Bank, Inc. |
Philippines | PHP | Tonik Digital Bank, Inc. |
Philippines | PHP | Union Bank |
Philippines | PHP | Union Digital Bank Inc |
Philippines | PHP | United Overseas Bank |
Philippines | PHP | Unobank Inc |
Philippines | PHP | WealthBank |
Philippines | PHP | Yuanta Savings Bank Philippines, Inc. |