Retrieve Payee
You can retrieve payee's account detail by sending a POST request to Yuansfer Retrieve Payee Account API.
post
https://mapi.yuansfer.com
/v2/customers/account/retrieve
RetrievePayee
Parameter | Type | Description |
result | object | The result object. |
ret_msg | string | The response return message. |
ret_code | string |
Parameter | Type | Description |
amountTag | string | The payee's account id in merchant's system |
country | string | The payee account country code |
createdAt | string | The date and time when the account was created Format : "yyyy-MM-ddTHH:mm:ssZ". |
firstName | string | The first name of the payee |
lastName | string | The last name of the payee |
accountToken | string | The unique, auto-generated account identifier ID in Yuansfer's system. |
customerNo | string | The auto-generated user's id in Yuansfer's system. |
status | string | The status of the payee account. |
email | string | The payee account email address |
Last modified 1yr ago