PayIn
List view
Getting Started
Getting Started
Authentication Guide
Authentication Guide
PIX Brazil
PIX Brazil
PagoMovil Venezuela
PagoMovil Venezuela
SPEI Mexico
SPEI Mexico
PSE Colombia
PSE Colombia
Khipu Chile
Khipu Chile
WebPay Chile
WebPay Chile
MACH Chile
MACH Chile
Bank Transfers Chile
Bank Transfers Chile
Real-Time Bank Transfers Paraguay
Real-Time Bank Transfers Paraguay
VISA & MasterCard
VISA & MasterCard
Payment registration transactions
WebPay PayIn H2H
1. WebPay PayIn
Description:
WebPay is a popular online payment platform in Chile, which allows individuals and businesses to securely accept payments via credit cards, debit cards, and other electronic means.
WebPay is widely used for online purchases and services, providing fraud protection and transaction reliability within the Chilean financial system.
WebPay is widely used for online purchases and services, providing fraud protection and transaction reliability within the Chilean financial system.
Allows the creation of pay-ins (incoming payments).
URL:
https://api.payelu.xyz/api/v1/payments/payin_hth
Country Uses:
- Chile: WebPay
Request Parameters:
Parameter | Type | Description | Requeriment |
service_code | string | WP_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 |
WebPay Example Request:
{ "service_code": "WP_CL", "amount": "500", "payer_name": "Jose", "payer_lastname": "Herrera", "reference": "0000000000002507135224", "payer_email": "[email protected]", "payer_phone": "+51999763655", }
WebPay Example Response:
{ "status": "success", "data": { "transaction_id": "8684db6b-5401-45be-b023-c19f83f3248d", "reference": "0000000000002507135224", "amount": 50, "status": "PENDING", "message": "Request Accepted, Status TRANSACTION IN PROGRESS", "redirect_url": "https://https://webpay................." } }