AlipayMainlandRecipient
account_typeAccountType (string)required
账户类型:
PERSONAL— 个人账户COMPANY— 公司/企业账户
Possible values: [PERSONAL, COMPANY]
beneficiary_namestringrequired
收款人姓名
Example:
张三phone_numberstringrequired
手机号
Example:
13800138000AlipayMainlandRecipient
{
"account_type": "PERSONAL",
"account": "[email protected]",
"beneficiary_name": "张三",
"phone_number": "13800138000"
}