PCT
Argentina's interoperable QR transfer standard. Used for pay-in in Argentina.
Required fields
Field
Type
Description
Example
{
"type": "PCT",
"currency": "ARS",
"pct": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"phoneNumber": "1155551234",
"phoneNumberPrefix": "54",
"email": "[email protected]"
}
}
}Response fields
Field
Description
Valid destinations
Node
Description
Schema
Attributes
PCT rail payload for Argentina QR pay-ins.
qrCodestringOptional
The QR code string that can be rendered or scanned for interoperable transfer payments in Argentina under the BCRA's PCT (Transfer QR) standard.
successUrlstringOptional
Redirect url in case of success
failedUrlstringOptional
Redirect url in case of failure
The pct object
Last updated

