Nequi
Call the Payments API to request payments via Nequi on Colombia
Here you'll find the specific parameters required for integrating this payment method in the selected country. These parameters are tailored to meet the unique requirements of this region and payment type. For a complete list of global parameters and detailed explanations, please refer to the Overview page, where you'll find all the foundational elements that apply across different countries and methods.
POST /v2/payin
Request
Parameters details
Parameter | Type | Required | Description |
---|---|---|---|
|
| yes | Unique identifier for the customer in your system. This value should remain consistent across all transactions for the same customer |
|
| yes | The full name of the customer making the payment. It should match the name on the customer's identification documents |
|
| yes | The email address of the customer. This will be used for sending payment confirmations and notifications |
|
| yes | The phone number of the customer, including the country code. This parameter may be optional or required depending on the payment method used |
|
| yes | The official identification number of the customer. This is typically a national ID, passport, or other government-issued document |
|
| yes | |
|
| yes | A unique identifier for the transaction. This ID should be generated by your system to track the specific payment process |
|
| yes | |
|
| yes | The total amount of the transaction in the specified currency. This value should be a numeric amount (use dot instead of comma)
|
|
| no | The time in seconds until the transaction expires and is no longer valid |
|
| no | The specific branch or location identifier where the transaction is being processed, if applicable |
|
| yes | |
|
| yes | The method of payment being used for the transaction, such as bank transfer, credit card... |
|
| yes | The URL to which payment notifications will be sent. Ensure this URL is accessible and configured to handle the notification format |
Response
Response details following the link: overview
Last updated