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.

CreatePayee

POST https://mapi.yuansfer.com/v2/customers/account/create

Request Body

{
    "result":
    {
        "firstName": "Frank",
        "lastName": "Liu",
        "link": "https://mapi.yuansfer.yunkeguan.com/v1/customers/user-account/2010305228244865166344",
        "customerCode": "20210409194802",
        "accountToken": "2010305228244865166344",
        "customerNo": "2000305228244865163960",
        "email": "ldf2104091949@example.com",
        "timestamp": "2021-04-09T20:28:12Z"
    },
    "ret_msg": "success",
    "ret_code": "000100"
}

Response

Customer Object

Asynchronous Notification Object

Last updated