Nequi PayOut

PayIn
Payment registration transactions

Nequi HPP & H2H


1. Nequi PayOut

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-outs (outgoing payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payout_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
account_doc_id
num
Payer’s ID number
required
account_doc_type
num
Payer’s ID, CC for Cedula de Ciudadania and CE for Cedula de Extranjeria
required
account_beneficiary
num
Name of receiver
required
account_type
num
AHORRO or CORRIENTE
required
account
num
Nequi cellphone number
required

Nequi Example Request:

{ "service_code": "NEQ_CO", "amount": 2000, "reference": "{{payout_ref}}", "account_doc_id": "88265853", "account_doc_type": "CC", "account_beneficiary": "Pedro Camejo", "account_type": "AHORRO", "account": "3007973145" }

Nequi Example Response:

{ "status": "success", "data": { "transaction_id": "j9vveDt42tCiSNy", "amount": 2000, "currency": "COP", "status": "PENDING", "reference": "71823718293", "created_at": "2026-05-11T14:14:01.899680+00:00", "updated_at": "2026-05-11T14:14:01.899680+00:00", "expired_at": "2026-05-12T05:14:01.899680+00:00", } }