Skip to content

Suggested

API Dashboard

Payments / RailsPCT

PCT

Argentina's interoperable QR transfer standard. Used for pay-in in Argentina.

Rail overview

Use PCT when the payer should complete an Argentine transfer through a QR or interoperable transfer experience.

Conomy creates the payment instruction, returns the rail data to present to the payer, and advances the payment once the provider confirms the transfer.

Region Argentina
Currency ARS
Direction Pay-in
Model Interoperable QR transfer

Pair PCT with TOPUP_ACCOUNT or PURCHASE when the user is actively present and can complete the transfer immediately.

FieldTypeDescription
typestringMust be "PCT"
currencystringMust be "ARS"
pct.customer.phoneNumberstringPayer’s phone number (digits only)
pct.customer.phoneNumberPrefixstringCountry code (e.g., "54" for Argentina)
pct.customer.emailstringPayer’s email
pct.successUrlstringRedirect URL on success
pct.failedUrlstringRedirect URL on failure
{
"type": "PCT",
"currency": "ARS",
"pct": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"phoneNumber": "1155551234",
"phoneNumberPrefix": "54",
"email": "usuario@example.com"
}
}
}
FieldDescription
pct.qrCodeQR code string for scanning

Display the qrCode to your user. They can scan it with Mercado Pago, BBVA, Galicia, Naranja X, or any other PCT-compatible app.

When PCT is used as origin, the valid destinations are:

NodeDescription
ACCOUNTInternal platform account

The QR code string that can be rendered or scanned for interoperable transfer payments in Argentina under the BCRA's PCT (Transfer QR) standard.

Information on who pays the transaction

idstring

Unique identifier for the internal service.

firstNamestringrequired

Payer's name

emailstring

Payer's email

lastNamestring

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

Phone number prefix (e.g., +57)

documentTypestring

Documeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.

documentNumberstring

The document number associated with the documentType

addressobject

The entity’s address information.

Redirect url in case of success

Redirect url in case of failure