Nequi PayIn

PayIn
Payment registration transactions

Nequi HPP & H2H


1. Nequi PayIn

Description:
Nequi is a leading Colombian digital wallet that lets users send and receive money, make payments, manage savings, and access everyday financial services directly from their mobile phone. It offers a fast, secure, and convenient way to handle personal finances without a traditional bank account.
Allows the creation of pay-ins (incoming payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payin_hth
 

Country Uses:

  • Colombia: Nequi
 

Request Parameters:

Parameter
Type
Description
Requeriment
service_code
string
NEQ_CO
required
amount
num
Amount to process. e.g. 123.45
required
reference
string
Merchant’s Unique ID for transaction. It must be 22 alfanumeric digits (i.e. ‘0000000000002507135224‘)
required
payer_doc_id
num
Payer’s ID, CC for Cedula de Ciudadania and CE for Cedula de Extranjeria
required

Nequi Example Request:

{ "service_code": "NEQ_CO", "amount": 5000, "reference": "987123871823891723123", "payer_doc_id": "88265853", }

Nequi Example Response:

{ "status": "success", "data": { "transaction_id": "HhCzQ6b0OgEhnfc", "amount": 5000, "currency": "COP", "status": "PENDING", "reference": "987123871823891723123", "created_at": "2026-05-11T13:50:26.627599+00:00", "updated_at": "2026-05-11T13:50:26.627599+00:00", "expired_at": "2026-05-12T01:50:26.627599+00:00", "payment_url": "XXXXXXXXX" } }
After receiving redirect_hpp_url, you need to redirect the client to the URL and wait for the final status of the transaction.