ETPAY
Chilean open banking pay-in via redirect. Used for pay-in in Chile.
Required fields
Field
Type
Description
Example
{
"type": "ETPAY",
"currency": "CLP",
"etpay": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"firstName": "Valentina",
"email": "[email protected]"
}
}
}Response fields
Field
Description
Schema
Attributes
Etpay open-banking payload for Chile pay-ins.
urlstringOptional
redirectUrlstringOptionalDeprecated
expiresAtstring · timeOptional
tokenstringOptional
signatureTokenstringOptional
successUrlstringOptional
Redirect url in case of success
failedUrlstringOptional
Redirect url in case of failure
The etpay object
Last updated

