Create Payee
To send a payment to payees, first register a account with Yuansfer by sending a POST request to the Register Customer endpoint and use the customerNo you receive to create a payout account for payee.
post
https://mapi.yuansfer.com
/v2/customers/account/create
CreatePayee
Parameter | Type | Description |
customer | object | The customer object. |
ret_msg | string | The response return message. |
ret_code | string |
Parameter | Type | Description |
firstName | string | The payee's first name. |
lastName | string | The payee's last name. |
link | string | Send this link to payees so they can register a account to receive payments |
customerCode | string | The user-defined payee's ID in Yuansfer's system |
timestamp | string | The time when customer registered account |
customerNo | string | The auto-generated payee's ID in Yuansfer's system |
email | string | The payee's email address |
accountToken | string | The unique, auto-generated account identifier |
timestamp | string | The UTC time retrieved from Register Customer Api |
profileType | string | Payee account profile type |
accountCountry | string | The payee account country |
accountCurrency | string | The currency which payee account wish to receive. |
Parameter | Type | Description |
accountStatus | string | The payee account status |
accountTag | string | The payee account id in Merchant's system |
accountToken | string | The unique, auto-generated account identifier |
accountType | string | The payee account's account type |
country | string | The payee account's country |
customerNo | string | The auto-generated payee's ID in Yuansfer's system |
currency | string | The payee account's currency |
payeeAccount | string | The payee account's email address |
verifySign | string | The parameter signature |
Last modified 1yr ago