🇹🇷Turkey

Check the requirements and validations made over the Cashouts in Turkey

Required fields

Field

Format

Description

login

String

Cashouts login

pass

String

Cashouts pass

external_id

String (max length: 100)

Transaction's ID on your end

document_id

Beneficiary's document ID

country

TR

currency

TRY / USD

amount

Number with up to 2 decimals

Cashout amount

bank_account

Beneficiary's bank account

bank_code

Code specifying the beneficiary's bank

beneficiary_name

String (max length: 100)

Beneficiary's name

beneficiary_lastname

String (max length: 100)

Beneficiary's last name

Bank Account Validations

Bank name

Bank code

Format

Example

All

-

Numeric

123456789, 9283749293

Document Validations

Click here to check document types and validations.

Example Request

{
    "login": "xxxxxxx",
    "pass": "xxxxxxx",
    "external_id": "12300000001",
    "document_id": "8738394738",
    "beneficiary_name": "John",
    "beneficiary_lastname": "Doe",
    "country": "TR",
    "amount": 200,
    "currency": "TRY",
    "bank_code": "6014",
    "bank_account": "16800026081",
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Bank Codes

Bank

Code

Papara Account

6001

Papara Email

6002

Papara Phone

6003

Papara TCKN

6004

Papara IBAN

6005

Akbank

6007

Burgan Bank

6008

CitiBank

6009

Deniz Bank

6010

FibaBank

6011

Finans Katılım Bankası

6012

QNB Finansbank

6013

HSBC

6014

ING Bank

6015

Kuveyttürk

6016

Odea Bank

6017

Şeker Bank

6018

TEB

6019

Yapıkredi

6020

Ziraat

6021

Vakıfbank

6022

İş Bankası

6023

Garanti

6024

PAPARAWALLET

6025

BKMExpress

6026

IBAN

6027

Papara QR

6028

For the full and most up-to-date list of banks and its codes, please check the Cashout Bank Code endpoint.

Last updated

Was this helpful?