🇹🇷Turkey
Wallets - Papara
payout_method.type = wallet
payout_method.payment_method = wallets
first_name
string
Yes
Beneficiary’s first name. Max 50 char
last_name
string
Yes
Beneficiary’s last name. Max 50 char
account_type
string
Yes
“papara_mobile”
“papara_number”
phone_number
string
No
E164 format e.g. +90XXXXXXXXXXX International code + 10 digits
Mandatory only if account_type = “papara_mobile”.
account_number
string
No
Either 10 digits (e.g. 1234567890) or with a 2 char prefix (e.g. PL1234567890)
Mandatory only if account_type = “papara_number”.
bank_code
string
Yes
“PAPARA”
Example Wallet Payload
{
"payout_method": {
"type": "wallet",
"payment_method": "wallets",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"first_name": "John",
"last_name": "Doe",
"phone_number": "+9057123456787",
"account_currency": "TRY",
"account_name": "John Doe",
"account_number": "PL1234567890",
"account_type": "papara_mobile",
"bank_code": "PAPARA",
}
}
},
"amount": {
"value": "2000.00",
"currency_code": "TRY"
},
"country_code": "TR",
"purpose": "salaries",
"reference": "Invoice #12345",
"request_id": "unique_request_id",
}Bank Transfer
payout_method.type = bank_transfer
payout_method.payment_method = bank_transfer
first_name
string
Yes
Beneficiary’s first name. Max 50 char
last_name
string
Yes
Beneficiary’s last name. Max 50 char
account_number
string
Yes
IBAN, 26 char. See “Turkey Bank Account Number Validation” below.
Turkey Bank Account Number Validation
Bank account
IBAN
26
Characters
IBAN algorithm
Example Bank Transfer Payload
Last updated
Was this helpful?