Get Multiple Virtual Account

This endpoint allows you to retrieve information about your VelaFi Virtual Accounts, With this information, you can pre-load funds into the Pending Fund account in advance. Pre-funding your account enables faster transactions, as you won't need to wait for external transfers to be confirmed at the time of trading.

Endpoint Information

  • Request Header: X-BH-TOKEN: ******

  • Request Method: GET

  • Request Path: /v2/merchant/virtual/addfunds

  • Authorization Required: Yes

Query Parameters

  • merchantId: (int) The merchant ID.

  • paymentId: (int) The payment ID. Currently supported payment IDs are:

    • 58 (Automated SPEI - Arcus) - MXN

    • 105 (SPEI - FINCO PAY) - MXN

    • 63 (Automated Bank Transfer (Argentina)) - ARS

    • 68 (PSE) - COP

    • 90 (Automated Pix) - BRL

  • fiat: (string) Name of the fiat currency. Currently supported currencies are MXN/ARS/COP/BRL.

  • depositAlias: (string) Alias of the virtual account (optional).

  • currentPage: (int) The current page number (optional).

  • pageSize: (int) The number of results per page (default is 10, maximum is 50) (optional).

Response Structure

The response will include the following fields:

Example Responses

Example for Payment ID 58:

Example for Payment ID 105:

Example for Payment ID 63:

Example for Payment ID 68:

Example for Payment ID 81/82/83/84:

Example for Payment ID 90:

Notes

  • The paymentMethodName field indicates the name of the payment method associated with the pending funds.

  • The fieldList object contains various fields relevant to the payment method, where each key is a field name and the value is an array of associated values.

Last updated