Skip to content

Suggested

Dashboard

Payments / RailsSIP

SIP

Interoperable pay-in for Peru and Bolivia via redirect. Supports PEN and BOB.

Rail overview

Use SIP for interoperable instant pay-ins across Peru and Bolivia.

The payer completes the payment through their local interoperable network; Conomy receives confirmation and advances the payment lifecycle.

Region Peru · Bolivia
Currency PEN · BOB
Direction Pay-in
Model Interoperable payment system

Match the currency to the payer's country before initiating the payment to avoid routing failures.

SIP (Sistema de Pagos Interoperables) is an interoperable payment rail available in Peru (PEN) and Bolivia (BOB). The flow uses a redirect: the platform returns a URL and the payer completes the payment on their bank’s interface.

FieldTypeDescription
typestringMust be "SIP"
currencystring"PEN" for Peru or "BOB" for Bolivia
sip.customer.firstNamestringPayer’s first name
sip.customer.lastNamestringPayer’s last name
sip.customer.documentNumberstringPayer’s document number
sip.customer.documentTypestringDocument type (e.g. "DNI", "CI")
sip.customer.emailstringPayer’s email
FieldTypeDescription
sip.successUrlstringURL to redirect after successful payment
sip.failedUrlstringURL to redirect if payment fails
{
"type": "SIP",
"currency": "PEN",
"sip": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"firstName": "Ana",
"lastName": "Flores",
"documentType": "DNI",
"documentNumber": "87654321",
"email": "ana@example.com"
}
}
}
FieldDescription
urlRedirect URL — send the user here to complete the payment

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

NodeDescription
ACCOUNTInternal platform account