跳到主要内容

AlipayMainlandRecipient

account_typeAccountType (string)required

账户类型:

  • PERSONAL — 个人账户
  • COMPANY — 公司/企业账户

Possible values: [PERSONAL, COMPANY]

accountstringrequired

支付宝账号

beneficiary_namestringrequired

收款人姓名

Example: 张三
phone_numberstringrequired

手机号

Example: 13800138000
AlipayMainlandRecipient
{
"account_type": "PERSONAL",
"account": "[email protected]",
"beneficiary_name": "张三",
"phone_number": "13800138000"
}