🇹🇷土耳其
电子钱包 - Papara
payout_method.type = wallet
payout_method.payment_method = wallets
payout_method_details 参数
类型
必填项
描述
first_name
String
是
收款人的名字。最多 50 个字符
last_name
String
是
收款人的姓氏。最多 50 个字符
account_type
String
是
“papara_mobile”
“papara_number”
account_number
String
是
10 位数字(例如 1234567890)或带有 2 个字符字首(例如 PL1234567890)
仅当 account_type = “papara_number” 时才為必填。
bank_code
String
是
“PAPARA”
电子钱包 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",
}银行转账
payout_method.type = bank_transfer
payout_method.payment_method = bank_transfer
payout_method_details 参数
类型
必填项
描述
first_name
String
是
收款人的名字。最多 50 个字符
last_name
String
是
收款人的姓氏。最多 50 个字符
account_number
String
是
IBAN,26 个字符。 请参阅下面的“土耳其银行帐号验证”。
土耳其银行帐号验证
验证
类型
长度
类型
验证
银行账户
IBAN
26
Charaters
IBAN 算法
银行转账Payload示例
最后更新于
这有帮助吗?