Skip to content

Suggested

API Dashboard

Payments / RailsFintoc

Fintoc

Chilean open banking pay-in via bank widget. Used for pay-in in Chile.

Rail overview

Use FINTOC when the Chilean pay-in experience should happen through an embedded bank widget instead of a full redirect.

Conomy receives the provider result after bank authorization and moves the payment through received and settled states.

Region Chile
Currency CLP
Direction Pay-in
Model Open banking widget

Treat FINTOC as an interactive rail: keep the user in session until authorization is complete, then rely on webhooks for the final state.

FieldTypeDescription
typestringMust be "FINTOC"
currencystringMust be "CLP"
fintoc.customerobjectOptional payer information
{
"type": "FINTOC",
"currency": "CLP",
"fintoc": {
"customer": {
"firstName": "Diego",
"email": "diego@example.com"
}
}
}
FieldDescription
urlHosted widget URL — redirect the user here
tokenSession token for tracking

Send the user to fintoc.url to complete the bank connection and authorization.

Information on who pays the transaction

idstring

Unique identifier for the internal service.

firstNamestringrequired

Payer's name

emailstring

Payer's email

lastNamestring

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

Phone number prefix (e.g., +57)

documentTypestring

Documeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.

documentNumberstring

The document number associated with the documentType

addressobject

The entity’s address information.

Redirect URL on successful payment.

Redirect URL on failed payment.