Skip to content

Suggested

Dashboard

Payments / RailsLIGO

LIGO

Peruvian QR-based pay-in via redirect. Used for pay-in in Peru.

Rail overview

Use LIGO for Peruvian QR-based instant pay-ins through the interoperable payment network.

Conomy generates the QR instruction, the payer scans and authorizes through their banking app, and the platform confirms receipt before settlement.

Region Peru
Currency PEN
Direction Pay-in
Model QR-based instant payment

Display the QR code prominently and listen for webhooks; the payer experience is fully within their banking app.

LIGO is Peru’s interoperable QR payment system. The platform generates a QR code and a redirect URL; the payer scans the code or completes the payment on their bank’s app.

FieldTypeDescription
typestringMust be "LIGO"
currencystringMust be "PEN"
ligo.customer.firstNamestringPayer’s first name
ligo.customer.lastNamestringPayer’s last name
ligo.customer.documentNumberstringPayer’s document number
ligo.customer.documentTypestringDocument type (e.g. "DNI")
ligo.customer.emailstringPayer’s email
FieldTypeDescription
ligo.successUrlstringURL to redirect after successful payment
ligo.failedUrlstringURL to redirect if payment fails
{
"type": "LIGO",
"currency": "PEN",
"ligo": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"firstName": "Carlos",
"lastName": "Quispe",
"documentType": "DNI",
"documentNumber": "12345678",
"email": "carlos@example.com"
}
}
}
FieldDescription
urlRedirect URL — send the user here to complete the payment

Redirect your user to ligo.url immediately after creating the payment.

NodeDescription
ACCOUNTInternal platform account