Khipu PayIn

PayIn
Payment registration transactions

Khipu PayIn H2H


1. Khipu PayIn

Description:
Khipu is a modern digital payment platform in Chile that enables users to make secure and easy bank transfers. It connects directly with users' bank accounts, allowing real-time payments without the need for credit cards. Khipu works by generating a secure payment order that the user can approve through their banking app or website.
 
Allows the creation of pay-ins (incoming payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payin_hth
 

Country Uses:

  • Chile: Khipu
 

Request Parameters:

Parameter
Type
Description
Requeriment
service_code
string
KH_CL
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_name
string
Payer’s name
required
payer_lastname
string
Payer’s last name
required
account_doc_id
num
Payer’s ID or TAX ID number
required

Khipu Example Request:

{ "service_code": "KH_CL", "amount": "500", "payer_name": "Jose", "payer_lastname": "Herrera", "reference": "0000000000002507135224", "rq_account_doc_id": "170252977" }

Khipu Example Response:

{ "status": "success", "data": { "transaction_id": "8684db6b-5401-45be-b023-c19f83f3248d", "reference": "0000000000002507135224", "amount": 50, "status": "PENDING", "redirect_url": "https://https://khipu................." } }