Activate Merchant Account (For Individual)

This endpoint is used to activate a merchant's fiat currency payment account. Supported currencies include MXN, ARS, COP, BRL,PEN,USD, and EUR. Once activated, merchants can send and receive funds through local banking channels with increased flexibility and efficiency.

  • Each merchant will receive dedicated account details (e.g., ARS accounts include CVU number / CUIT for Argentina).

  • Merchants can deposit funds via wire transfer; VelaFi will automatically reconcile the transaction and credit the merchant’s account balance.

  • Both business and individual account types are supported, enabling broad use across various payment scenarios.

Endpoint Information

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

  • Request Header: Content-Type: application/json

  • Request Method: POST

  • Request Path: /v2/merchant/accounts

  • Authorization Required: Yes

Example Requests (For Individual)

For MXN Account 01 (Mexico)

Supported payment methods: SPEI (Finco Pay)

{    
    "merchantId": "15126673", // (required, number: id of the merchant)
    "fiat": "MXN", // (required, string: name of the fiat currency [MXN])   
    "trench": "CLABE - FINCO PAY", //(required, string: trench [CLABE - FINCO PAY])     
    "fieldList": { // List of channel fields
        "alias": "rturo_alias", // (required, string: alias)
    }
}

For MXN Account 02 (Mexico)

Supported payment methods: SPEI (Tesored)

For ARS Account 01 (Argentina)

Supported payment methods: CBU/CVU (Momentum)

For ARS Account 02 (Argentina)

Supported payment methods: 3.0 Transfer (QR)

For COP Account (Colombia)

Supported payment methods: PSE, ACH, Bre-B

For BRL Account 01 (Brazil)

Supported payment methods: Pix (Genial)

For BRL Account 02 (Brazil)

Supported payment methods: Pix (a55)

For PEN Account (Peru)

Supported payment methods: Bank Transfer

For EUR/USD Account 01

Once activated, the EUR account supports both EUR and USD transactions. Supported payment methods: ACH (Reference - Lead Bank), ACH (Virtual - Lead Bank), Wire (Reference - Lead Bank), Wire (Virtual - Lead Bank), SEPA (Bridge)

For USD Account 02

Supported payment methods: Wire (Virtual - CRB), ACH (Virtual - CRB)

For USD/CNY/HKD/EUR/SGD/NGN/PHP Account 03

Supported payment methods: Wire (CPN), CIPS (CPN), FPS (CPN), CHATS (CPN), SEPA(CPN), BANK-TRANSFER(CPN), PESONET(CPN), FEDWIRE(CPN)

Example Responses

Example Response (MXN/ARS/COP/BRL/PEN)

Example Response (USD / EUR)

Notes

  • Ensure that all fields in the request body are filled out correctly to facilitate the activation process.

  • Merchants may need to provide additional documentation based on the type of account being activated.

Last updated