ETPAY (Chile)
This payment solution is only available in Chile
ETPAY acts as an intermediary that facilitates real-time debit transactions directly from the user's bank account. This is especially beneficial because it makes it easy to collect and receive remote payments securely and easily. In this option we provide you with a URL to integrate into your front-end. From there it redirects to an ETPAY interface where end users can select the bank and initiate online payments quickly and securely.
BANKS:
Banco Estado
Banco Falabella
Banco de Chile
Banco Santander
Banco Itaú
Banco BCI
Banco Scotiabank
ETPAY
POST
https://api.stage.localpayment.com/api/payin
Headers
Authorization*
string
Mandatory. JWT token in format Bearer eyJ0...
. For more information about authentication, please refer to Authentication
Request Body
paymentMethod*
OBJECT
Manatory. Payment method details
paymentMethod.type*
string
Mandatory. BankTransfer
paymentMethod.code*
string
paymentMethod.flow*
string
Mandatory. The payment method data could be embeded in the API request (REDIRECT).
externalId*
string
Mandatory. An ID that is meaningful to you and your system. It must be unique and alphanumeric, no characters allowed.
country*
string
amount*
number
Mandatory. Amount to charge to your end user. For CLP, send without decimals.
currency*
string
Mandatory. The currency in which the amount is expressed.
accountNumber*
string
Mandatory. Your Localpayment account number in which the amount will be credited.
conceptCode*
string
merchant*
Object
Mandatory. Party Object.
type*
string
Mandatory. Possible values: INDIVIDUAL, COMPANY
name*
string
Mandatory. Individual first name / company name
lastName*
string
Mandatory only for INDIVIDUAL type
/ Ignored for COMPANY.
comment*
string
Optional. A comment related to the transaction. It should be something meaningful to your business.
payer*
Object
Mandatory. Party Object. Information related to the payer
exchangeRateToken
string
type*
string
Mandatory. Possible values: INDIVIDUAL
name*
string
Mandatory. Individual first name / company name
lastName
string
Mandatory for individuals / Ignored for companies.
document*
Object
document.type*
string
document.id*
string
Mandatory. Identity document Id. Usually numbers or combination of numbers and letters.bank
bank*
OBJECT
Mandatory. Party Object. Payer account data.
bank.name
string
Bank Name
bank.code*
string
bank.account*
OBJECT
Mandatory. Party Object. Payer account information.
bank.account.type*
string
bank.account.number*
string
Mandatory. Payer account number
phone
Object
Optional. Party Object. Contact phone number
email*
string
Mandatory.
phone.countryCode
string
Optional
phone.areaCode
string
Optional
phone.number
string
Optional
address
Object
Optional. Party Object. Contact address
address.street
string
Optional
address.number
string
Optional
address.city
string
Optional
address.state
string
Optional
address.country
string
Optional
address.zipCode
string
Optional
address.comment
string
Optional. Additional info, such as floor or apartment number.
Last updated
Was this helpful?