Nequi

Submit Nequi payment details, optionally pushing the payment to the payer app.

Endpoint

POST /{url}

Request

{
  "name": "Test Gómez",
  "payment": "NEQUI",
  "cc": "1082626262",
  "email": "test@cobru.co",
  "phone": "307654332",
  "document_type": "CC",
  "phone_nequi": "307654332",
  "push": true
}

Push behavior

  • push: true sends a push request to the payer's Nequi app
  • push: false avoids the push and Spotlight says the response includes the data required to generate a QR-style experience, including ref

On this page