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/jsonRequest Method:
POSTRequest Path:
/v2/merchant/accountsAuthorization Required: Yes
Example Requests (For Individual)
For MXN Account 01 (Mexico)
Supported payment methods: Automated SPEI - Arcus
{
"merchantId": "15126673", // (required, number: id of the merchant)
"fiat": "MXN", // (required, string: name of the fiat currency [MXN])
"trench": "ARCUS FI", //(required, string: trench [ARCUS FI])
"fieldList": { // List of channel fields
"email": "[email protected]", // (optional, string: Email, if the merchant information is not provided, it must be filled in)
"idNoType": "CURP", //(required, enum: type of identification document [CURP/RFC])
"idNo": "MACM000502IR6",//(required, string: identity number)
"cardIssueDate": "2019-06-01", // (required, string: Card Issue Date (yyyy-MM-dd))
"cardExpireDate": "2029-06-01", // (required, string: Card Expiry Date (yyyy-MM-dd))
"address": "Celle Lagu Wenner 50", // (required, string: Address)
"city": "Ciudad de Mexico", // (required, string: City)
"state": "CMX", // (required, string: State)
"zipCode": "09060", // (required, string: Zip Code)
"phone": "35580481683", // (required, string: Phone)
"birthday": "1988-07-02", // (string: Birthday (yyyy-MM-dd), required if merchantType is INDIVIDUAL)
"name": "Tellez", // (string: Name, required if merchantType is INDIVIDUAL)
"fatherSurname": "Rrturo", // (string: Father's Surname, required if merchantType is INDIVIDUAL)
"motherSurname": "" // (string: Mother's Surname, required if merchantType is INDIVIDUAL)
}
}For MXN Account 02 (Mexico)
Supported payment methods: SPEI - FINCO PAY
For ARS Account (Argentina)
Supported payment methods: Automated Bank Transfer (Argentina)
For COP Account (Colombia)
Supported payment methods: PSE, ACH, Bre-B
For BRL Account (Brazil)
Supported payment methods: Automated Pix
For PEN Account (Peru)
Supported payment methods: Automated Bank Transfer(Peru)
For EUR/USD Account 01
Once activated, the EUR account supports both EUR and USD transactions. Supported payment methods: ACH_push, ACH_Virtual Account, WIRE, WIRE_Virtual Account, SEPA
For USD Account 02
Supported payment methods: ACH Account_Cross River Bank, WIRE Account_Cross River Bank, Wire - Standard Charted Bank, SWIFT Account_Cross River Bank
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

