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
payer_phone
num
Payer’s phone
required
payer_email
string
Payer’s email
required
account_doc_type
string
Payer’s type of ID or TAX ID.

[’RUT’ ’RUN’, ‘PAS’, ’CE’]
required
account_doc_id
num
Payer’s ID or TAX ID number
required

Khipu Example Request:

{ "service_code": "WP_CL", "amount": "500", "payer_name": "Jose", "payer_lastname": "Herrera", "reference": "0000000000002507135224", "payer_email": "[email protected]", "payer_phone": "+51999763655", }

Khipu Example Response:

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