Skip to main content

Provider Capabilities

Quick Reference

WhatProvider coverage matrix
WhySee which payment methods are available per country

A55 orchestrates payments across multiple acquirers and local payment rails in Latin America. Available methods depend on the merchant's country configuration and acquirer agreements.

Supported countries

CountryCurrencyISO codeDecimalsDocument type
BrazilBRLBR2CPF / CNPJ
MexicoMXNMX2RFC / CURP
ChileCLPCL0RUT
ColombiaCOPCO0CC (Cédula de Ciudadanía)
PeruPENPE2DNI
ArgentinaARSAR2DNI / CUIT
Zero-decimal currencies

CLP (Chilean Peso) and COP (Colombian Peso) have no fractional units. Send amounts as integers: 50000 for CLP, 200000 for COP. The backend truncates decimals for these currencies. See the currency reference table for details.

Method by country matrix

Payment methodBrazilMexicoChileColombiaPeruArgentina
Credit cardYesYesYesYesYesYes
Debit cardYesYes
BoletoYes
PIXYes
SPEIYes
OXXOYes
E-WalletYesYesYesYes
QRAYes
PFCYes
Apple PayYesYes
Google PayYesYes
Method availability

Method availability depends on your merchant profile configuration. Contact the A55 integration team to enable additional countries or methods.

Transaction amount limits

Amount limits are enforced by the underlying acquirers. A55 validates amounts before routing.

MethodCurrencyMinimumMaximumNotes
Credit cardBRLR$ 0.01Acquirer-dependentInstallment amount also validated per acquirer
Credit cardMXNMXN $0.01Acquirer-dependent
Credit cardCLPCLP $1Acquirer-dependentInteger amounts only
Credit cardCOPCOP $1Acquirer-dependentInteger amounts only
Credit cardARSARS $0.01Acquirer-dependent
Credit cardPENPEN 0.01Acquirer-dependent
PIXBRLR$ 0.01Account daily limitConfirms in seconds
BoletoBRLR$ 5.00Acquirer-dependentBanks reject boletos below R$5
SPEIMXNMXN $1.00Acquirer-dependentBank transfer, banking hours
OXXOMXNMXN $1.00MXN $10,000Single transaction limit at OXXO stores
QRAARSARS $1.00Acquirer-dependentQR code payment
PFCARSARS $1.00Acquirer-dependentCash voucher network
Acquirer error codes for amount limits

If an amount is below the acquirer minimum, the response returns amount_below_minimum. If above the maximum, it returns amount_exceeds_maximum. The Cielo acquirer also returns specific codes: 64 (invalid minimum transaction amount) and EE (installment amount below minimum). See response codes for the full list.

Country-specific notes

Brazil

  • PIX: Returns a QR code and a copy-paste code. Payment confirms in seconds. CPF or CNPJ is required in the customer object.
  • Credit card: Supports installments (installments field, 1-12). Elo and Hipercard are supported alongside Visa and Mastercard.
  • Boleto: Supported via Cielo and Bradesco acquirers. Minimum amount R$ 5.00. Returns a barcode and payment URL. See Create a Charge for Boleto-specific fields.

Mexico

  • SPEI: Bank transfer using CLABE (18-digit format). Settlement occurs within banking hours. Display the clabe value from the response to the customer.
  • OXXO: Cash payment at convenience stores. Generates a reference number with a 48-hour payment window. Monitor pending status until confirmed.

Chile

  • Currency: CLP is a zero-decimal currency. Send amounts as integers (50000, not 50000.00). The backend truncates any fractional part.
  • Credit card: RUT (tax ID, format XX.XXX.XXX-X) is required for local card processing. International cards do not require RUT.
  • Acquirers: Routed through PagSeguro, Directa24, or Monnet depending on card brand and routing rules.

Colombia

  • Currency: COP is a zero-decimal currency. Send amounts as integers (200000, not 200000.00). The OpenPay acquirer explicitly converts amounts to int() for COP.
  • Credit card: Cédula de Ciudadanía (CC) is required as the payer document type.
  • Acquirers: Routed through PagSeguro, Monnet, or OpenPay.

Peru

  • Currency: PEN uses 2 decimal places (standard).
  • Credit card: DNI (Documento Nacional de Identidad) is required as the payer document type.
  • Acquirers: Routed through PagSeguro or Monnet.

Argentina

  • Currency: ARS uses 2 decimal places. Note that ARS is subject to capital controls — the mid-market FX rate may differ from official or parallel rates. See FX rates.
  • QRA: QR-based payment rail for local debit. The customer scans the QR code from their banking app. Settlement in real-time.
  • PFC: Pago Facil and Cobro Express cash payment network. Generates a voucher with a reference code. Settlement in 1-2 business days.
  • Acquirers: Routed through Bamboo or MercadoPago.
Test before go-live

Always test with country-specific payment methods and test data in the sandbox environment before going live. Production credentials are country-specific and cannot be shared across regions.