Manage your beneficiaries

To add, query, or remove beneficiaries before making a transfer, use the following APIs:

Workflow

The following figure shows the general process for managing beneficiaries using Zyla APIs.

yuque_diagram (1).png

Figure 1. Manage beneficiaries with Zyla APIs

Procedures

Step 1: Obtain beneficiary templates

Call the inquiryBeneficiaryTemplate API to obtain templates for a beneficiary.

Step 2: Add, inquire, and remove a beneficiary

  1. Add a beneficiary

Call the bindBeneficiary API to bind the beneficiary's bank card.

  1. Receive beneficiary binding result

Zyla sends the binding results via the notifyBindBeneficiary API. After receiving the results, acknowledge the notification by sending a response message to Zyla.

  1. Edit a beneficiary

Call the editBeneficiary API to edit the beneficiary's information, such as the nickname.

  1. Inquire about existing beneficiaries

Call the inquiryBeneficiaryList API to query a list of existing beneficiaries.

  1. Remove a beneficiary

Call the removeBeneficiary API to remove a beneficiary.