Turkey

Learn about the dLocal supported payment methods in Turkey.

Market specifications

Take a look of all the payment methods available.

Country reference Cards supported APM supported

Cards


Find all the information about the card supported capabilities.

Brands Capabilities Process Card Payments

Alternative Payments

Learn how to integrate cash, bank transfer or wallet payment.

Bank Transfer


Market specifications

Do you want to know more information about Turkey's market? Go to the Turkey’s economy and eCommerce market article.

Country reference

country codecurrency codedocument namedocument formatdocument required?
TRTRYT.C. Kimlik No.Between 5 to 20 digitsYes

Cards supported

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECT
CARDVDVisa Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDMCMastercardCARDCredit Card ​DIRECT REDIRECT
CARDMDMastercard Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDAEAmerican ExpressCARDCredit Card ​DIRECT REDIRECT
CARDMSMaestroCARDDebit Card ​DIRECT REDIRECT
CARDDIDiscoverCARDCredit Card ​DIRECT REDIRECT
CARDOTTroyCARDCredit Card ​DIRECT REDIRECT

ℹ️

To offer all the card options that may be available in your integration, send the payment_method_id as CARD.

Alternative Payment Method supported

payment_method_idNamepayment_method_typeDetailsAllowed FlowsLogo
SVBank TransferBANK_TRANSFERBank TransferREDIRECT


Cards

Brands

Troy

The country’s first major domestic card scheme.

More than 20 Turkish banks are issuing a range of debit, credit, and prepaid Troy cards, which can be used at ATMs and point-of-sale terminals in Turkey and internationally through a co-badging arrangement with Discover Financial Services.

Capabilities

Visa CreditVisa DebitMastercard CreditMastercard DebitAmerican ExpressMaestroDiscoverTroy
Minimum amount1 TRY1 TRY1 TRY1 TRY1 TRY1 TRY1 TRY1 TRY
RefundsYesYesYesYesYesYesYesYes
RecurringYesYesYesYesYesYesYesYes
Chargeback optionYesYesYesYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYesYesYesYes
DescriptorMerchant nameMerchant nameMerchant nameMerchant nameMerchant nameMerchant nameMerchant nameMerchant name

How to process Card Payments?

Learn how to process payments with credit and debit cards with dLocal in our Card Payments section.



Alternative Payment Method

Bank Transfer

Bank Transfer is a payment method in Turkey that enables customers to transfer funds directly from their bank accounts to a merchant's static bank account number.

This method simplifies the payment process. The same account details are used for all transactions, eliminating the need for customers to receive new account information for each purchase.

Capabilities

Bank Transfer
Min. amount1 TRY
Max. expiration time supportedConfigurable
Notification delayImmediate
RefundsYes
FlowREDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringTRY

Transaction currency in ISO 4217.
Yes
countryStringTR

Transaction country in ISO 3166.
Yes
payment_method_idStringSV

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.No
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 500,
    "currency": "TRY",
    "country": "TR",
    "payment_method_id": "SV",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "janedoe@mymail.com",
        "document": "123456789",
        "address": {
            "country": "TR",
            "state": "Ankara",
            "city": "Ankara",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-f88efbc7-5tre-4ef8-uuj7-8cc41d0f3e47",
    "amount": 500,
    "currency": "TRY",
    "payment_method_id": "SV",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "TR",
    "created_date": "2024-03-07T14:34:54.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments/M-88cfb343-fd54-4745-6yt5-e82673tya65b"
}

Example ticket

Bank Transfer UI built with the information in the example above.

Bank Transfer UI built with the information in the example above.
Payers can choose from multiple destination banks.