Create Multiple Virtual Account
Endpoint Information
{
"merchantId": 151209, //(required, string: Merchant id)
"fiat": "MXN", // (required, string: name of the fiat currency [MXN,ARS,BRL,COP])
"paymentId": 58, // (required, number: id of the payment [58=MXN/105=MXN,63=ARS,68=COP,90=BRL])
"alias": "alias" //(required, string: alias, The combination of merchantId, fiat, paymentId and alias is unique.
//The value of alias can only consist of letters and numbers.)
}{
"code": 200,
"msg": "SUCCESS",
"data": {
"fiat": "MXN", //(string: name of the fiat currency)
"status": 2 //(number: The status of the virtual account [1: authenticating, 2: normal, 3: authentication failed])
}
}Notes
Last updated

