🇹🇷Turkey
Wallets - Papara
payout_method.type = wallet
payout_method.payment_method = wallets
payout_method_details Parameter | Type | Required | Description |
---|---|---|---|
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
Bank Transfer
payout_method.type = bank_transfer
payout_method.payment_method = bank_transfer
payout_method_details Parameter | Type | Required | Description |
---|---|---|---|
first_name | string | Yes | Beneficiary’s first name. Max 50 char |
last_name | string | Yes | Beneficiary’s last name. Max 50 char |
phone_number | string | Yes | E164 format e.g. +90XXXXXXXXXXX International code + 10 digits |
account_number | string | Yes | IBAN, 26 char. See “Turkey Bank Account Number Validation” below. |
Turkey Bank Account Number Validation
Validation | Type | Length | Type | Verification |
---|---|---|---|---|
Bank account | IBAN | 26 | Characters | IBAN algorithm |
Example Bank Transfer Payload
Last updated