Skip to main content

Dispersion of funds

Allows your users to transfer their virtual balance to their credit or debit cards. Designed with merchants such as bookmakers and financial platforms in mind, this functionality brings value to the end user and strengthens your service offering.

The URLS used are as follows:

EnvironmentURL
Integrationhttps://apigw-pd-qa.izipay.pe
Productionhttps://apigw-pd.izipay.pe

How does it work?

The dispersion of funds consists of two main stages that merchants must implement in their platform:

1 Card registration: Allows users to register their bank cards for fund transfers. You can implement it under two modalities:

Both methods generate a secure token associated with the card, which you will need to store for dispersal requests.

2 Dispersion of funds: Once the card is registered, the user requests the withdrawal of a specific amount of money.

You must integrate the disbursement API, sending the registered card token and the amount to be transferred. The transaction is completed when the money is deposited to the user's bank card.

Integration flow

Two integration modalities are presented below:

  1. Generate the session token using the Security API.
  2. Integrate the payment button in registration mode to your platform to allow users to register their cards.
  3. Saves the tokens that the payment button returns when registering the cards, which will be used later for scattering.
  4. Generate the session token for funds dispersal using the Dispersion Token API.
  5. Integrate the disbursement API to your platform to allow users to withdraw funds to their cards. You must send the card token generated in previous steps.
  6. Integrates the Disbursement Query API to allow users to query the status of the disbursement request.