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
MACH PayIn H2H
1. MACH PayIn
Description:
Mach is a popular digital wallet and financial app from Chile. It allows users to make secure and convenient payments, transfer money, and manage their finances directly from their smartphones.
Allows the creation of pay-ins (incoming payments).
URL:
https://api.payelu.xyz/api/v1/payments/payin_hth
Country Uses:
- Chile: MACH
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 |
MACH Example Request:
{ "service_code": "MA_CL", "amount": "500", "payer_name": "Jose", "payer_lastname": "Herrera", "reference": "0000000000002507135224", "payer_email": "[email protected]", "payer_phone": "+51999763655", }
MACH Example Response:
{ "status": "success", "data": { "transaction_id": "8684db6b-5401-45be-b023-c19f83f3248d", "reference": "0000000000002507135224", "amount": 500, "status": "PENDING", "redirect_url": "https://https://mach................." } }