Turkey
Learn everything you need to know to make payouts in Turkey with dLocal.
Mandatory parameters - Bank transfers
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | ALL |
pass | 32 chars | ALL |
external_id | Max. 100 chars | ALL |
beneficiary_name | Max. 50 chars | ALL |
beneficiary_lastname | Max. 50 chars | ALL |
country | TR | ALL |
currency | TRY or USD | ALL |
amount | Max. 2 decimal numbers | ALL |
bank_account | Max. 26 chars | ALL |
phone | Max. 20 chars | ALL |
purpose | EPREMT - Remittance (P2P) Mandatory only for remittance (P2P) | P2P |
remitter_document | Max. 45 chars Mandatory only for remittance (C2C) | P2P |
remitter_full_name | Max. 100 chars Mandatory only for remittance (C2C) | P2P |
remitter_country | ISO 3166-1 alpha-2 code Mandatory only for remittance (C2C) | P2P |
Example request
{
"login":"1n234n56",
"pass":"HolAc123o",
"external_id":"1234567812345678b",
"beneficiary_name":"RUDRAH",
"beneficiary_lastname":"HASHIMI",
"country":"TR",
"bank_account":"TR123456789098765432123456",
"amount":"2064.00",
"phone":"+902125551212",
"currency":"TRY"
}
Bank account validations
Validation | Type | Length | Type | Verification |
---|---|---|---|---|
Bank account | IBAN | 26 | Characters | IBAN algorithm |
Mandatory parameters - Wallets
Mandatory parameter | Description |
---|---|
login | 32 chars |
pass | 32 chars |
external_id | Max. 100 chars |
beneficiary_name | Max. 50 chars |
beneficiary_lastname | Max. 50 chars |
country | TR |
currency | TRY or USD |
amount | Max. 2 decimal numbers |
account_type | Possible options: "papara_mobile", "papara_number" |
phone | Only mandatory when account_type = "papara_mobile" Mobile phone number can be sent either with 10 digits (e.g. 1234567890) or with the country code (+90) plus 10 digits (e.g. +901234567890) |
bank_account | Only mandatory when account_type = "papara_number" papara number can be sent either with 10 digits (e.g. 1234567890) or with a 2 char prefix (e.g. PL1234567890) |
Example request
{
"login":"1n234n56",
"pass":"HolAc123o",
"external_id":"1234567812345678b",
"beneficiary_name":"RUDRAH",
"beneficiary_lastname":"HASHIMI",
"country":"TR",
"account_type":"papara_mobile",
"phone":"+902125551212",
"amount":"2064.00",
"currency":"TRY"
}
Updated 2 months ago