Payouts to Turkey
Payout parameters
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 |
iban | + | string | International bank account number (without spaces) |
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": {
"iban": "NUMBER_VALUE",
"description": "purpose of remittance"
}
}
},
"participant_details": {
"recipient": {
"bank_name": "Bank name from the list below",
"currency": "try",
"country_iso3": "TUR",
"first_name": "Ahmet",
"last_name": "Demir"
},
"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 |
---|---|---|
Turkey | TRY | ADABANK A.S. |
Turkey | TRY | AKBANK T.A.S. |
Turkey | TRY | AKTIF YATIRIM BANKASI A.S. |
Turkey | TRY | ALBARAKA TURK KATILIM BANKASI A.S. |
Turkey | TRY | ALTERNATİFBANK A.S. |
Turkey | TRY | ANADOLUBANK A.S. |
Turkey | TRY | ARAP TÜRK BANKASI A.S. |
Turkey | TRY | BANK OF CHINA TURKEY A.Ş. |
Turkey | TRY | BANK OF TOKYO-MITSUBISHI UFJ TURKEY A.Ş. |
Turkey | TRY | BANKPOZITIF KREDI VE KALK.BANK.A.S. |
Turkey | TRY | BIRLESIK FON BANKASI A.S. |
Turkey | TRY | BURGAN BANK A.S. |
Turkey | TRY | CITIBANK A.S. |
Turkey | TRY | DENIZ BANK A.S. |
Turkey | TRY | DEUTSCHE BANK A.S. |
Turkey | TRY | DİLER YATIRIM BANKASI A.S. |
Turkey | TRY | FİBABANKA A.S. |
Turkey | TRY | FINANSBANK A.S. |
Turkey | TRY | GOLDEN GLOBAL YATIRIM BANKASI A.Ş |
Turkey | TRY | GSD YATIRIM BANKASI A.S. |
Turkey | TRY | HABİB BANK |
Turkey | TRY | HALK BANKASI |
Turkey | TRY | HSBC BANK A.S. |
Turkey | TRY | ICBC TURKEY BANK A.S |
Turkey | TRY | ING BANK A.S. |
Turkey | TRY | INTESA SANPAOLO S.P.A. |
Turkey | TRY | İSTANBUL TAKAS VE SAKLAMA BANKASI |
Turkey | TRY | JP MORGAN CHASE BANK NA MERK COL.OH |
Turkey | TRY | KUVEYT TURK KATILIM BANKASI A.S. |
Turkey | TRY | MERRILL LYNCH YATIRIM BANK A.S. |
Turkey | TRY | NUROL YATIRIM BANKASI A.S. |
Turkey | TRY | ODEA BANK A.S. |
Turkey | TRY | PASHA YATIRIM BANKASI A.S. |
Turkey | TRY | RABOBANK A.Ş. |
Turkey | TRY | ŞEKERBANK T.A.S. |
Turkey | TRY | SOCIETE GENERALE |
Turkey | TRY | STANDARD CHARTERED YATIRIM BANKASI TURK A.S. |
Turkey | TRY | T.EKONOMİ BANKASI A.S. |
Turkey | TRY | T.GARANTİ BANKASI A.S. |
Turkey | TRY | T.IHRACAT KREDI BANKASI A.S. |
Turkey | TRY | T.IŞ BANKASI A.S. |
Turkey | TRY | T.KALKINMA BANKASI A.S. |
Turkey | TRY | T.VAKIFLAR BANKASI T.A.O. |
Turkey | TRY | TC ZIRAAT BANKASI |
Turkey | TRY | TURKISHBANK |
Turkey | TRY | TÜRKİYE EMLAK KATILIM BANKASI A.Ş. |
Turkey | TRY | TURKIYE FINANS KATILIM BANKASI A.S. |
Turkey | TRY | TURKLAND BANK A.S. |
Turkey | TRY | VAKIF KATILIM BANKASI |
Turkey | TRY | YAPI VE KREDI BANKASI A.S. |
Turkey | TRY | ZİRAAT KATILIM BANKASI A.Ş. |