Activate Merchant Account
Endpoint Information
Request Parameters
{
"merchantId": "15126673", // (required, number: id of the merchant)
"fiat": "MXN", // (required, string: name of the fiat currency [MXN/USD/EUR])
"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)
"companyName": "Rrturo Tellez", // (string: Company Name, required if merchantType is COMPANY)
"aliasName": "Rrturo", // (string: Alias Name, required if merchantType is COMPANY)
"companyType": "SC", // (string: Company Type, required if merchantType is COMPANY)
"incorporationDate": "2019-02-01", // (string: Incorporation Date (yyyy-MM-dd), required if merchantType is COMPANY)
"birthday": "1988-07-02", // (string: Birthday (yyyy-MM-dd), required if merchantType is PERSONAL)
"name": "Tellez", // (string: Name, required if merchantType is PERSONAL)
"fatherSurname": "Rrturo", // (string: Father's Surname, required if merchantType is PERSONAL)
"motherSurname": "" // (string: Mother's Surname, required if merchantType is PERSONAL)
}
}Response Structure
Example Requests
Example Responses
Notes
Last updated

