The Credit Lines service allows you to create and manage both credit products and credit lines.
Do you want to know more about credit lines? Check our documentation.
The endpoint lending/v1/products
allows you to create a product.
At this moment you will be able to define the closing and due dates, the limits and available, the rates and fees, how the minimum payment is composed and more.
EXTENDED
. In COLOMBIA its only possible value is RESTRICTED
The endpoint lending/v1/products
allows you to obtain data on all created products.
The endpoint lending/v1/products/{id}
allows you to obtain data from a specific product.
The endpoint lending/v1/products/{id}
allows you to update the data of a specific product.
The endpoint lending/v1/products/{id}
allows you to deactivate a specific product.
The endpoint lending/v1/credit-lines
allows you to obtain data on credit lines given a search criterion.
You can find more information on how to apply the filters in the section of Filters and pagination.
The endpoint lending/v1/credit-lines
allows you to create a credit line.
The endpoint lending/v1/credit-lines/{id}
allows you to obtain data from a specific credit line.
In this instance, you will be able to define the specific limit and closing date for this credit line, always within the parameters you have defined for the product.
Do you want to know more about credit lines? Check our documentation.
The endpoint lending/v1/credit-lines/{id}
allows you to update the data of a specific credit line.
The endpoint lending/v1/credit-lines/{id}
allows you to cancel a credit line.
The endpoint lending/v1/credit-lines/{id}/config/due-date
allows you to change the due date of a credit line by selecting from the options you defined in the Product. If needed, you can perform simulations by interacting with the endpoint: lending/v1/credit-lines/{id}/config/due-date/simulation
.
Review all the conditions that apply to the expiration date update in our documentation.
The endpoint lending/v1/credit-lines/{id}/config/due-date/simulation
allows you to simulate a change in the due date of a credit line and see what the closing dates and due dates of the next billing cycle would be.
The endpoint /products/{product_id}/pricing
allows you to create new price updates for products with ACTIVE or PAUSED status
The endpoint /products/{product_id}/pricing
allows you to obtain the price update history of a product
The endpoint /products/{product_id}/pricing/{start_date}
allows you to modify a pending price update
The endpoint lending/v1/products/{product_id}/segments
allows you to create a new segment for a product with a specific pricing configuration.
The endpoint lending/v1/products/{product_id}/segments
allows you to obtain all segments associated with a specific product.
The endpoint lending/v1/products/{product_id}/segments/{segment_id}
allows you to obtain the data of a specific segment for a given product.
The endpoint lending/v1/products/{product_id}/segments/{segment_id}
allows you to update the configurations of a specific segment.
The endpoint lending/v1/products/{product_id}/segments/{segment_id}/pricing
allows you to obtain the rate updates for the segment, whether applied or upcoming.
Please provide us this endpoint to receive notifications for changes in the status of the credit lines.
If you have questions about how to set up a webhook, visit our documentation.
You must respond with an HTTP 2xx code so that we do not resend the notification. Otherwise, we will resend it infinitely.
api-secret
you need to use in case multiple pairs of api-key
and api-secret
have been configured.You must provide us this endpoint to receive notifications of entry, exit, or remaining in default of a user.
If you have questions about how to set up a webhook, visit our documentation.
You must respond with an HTTP 2xx code so that we do not resend the notification. Otherwise, we will resend it infinitely.
api-secret
you need to use in case multiple pairs of api-key
and api-secret
have been configured.{{El endpoint /credit-lines/{credit_line_id}/debt/simulation
te permite simular la aceleración total de deuda o de algunos planes de cuota de una línea de crédito.
Esta simulación NO ejecuta la aceleración y tiene vigencia hasta las 00:00 hs.
Por el momento, este servicio solo está disponible para Brasil}}.
The endpoint /lending/v1/credit-lines/{credit_line_id}/debt/acceleration
allows you to confirm the acceleration of the debt of a credit line, advancing some or all of the current installment plans, depending on what you indicate.
The endpoint /credit-lines/{credit_line_id}/debt/simulation
allows you to simulate the total debt acceleration or some installment plans of a credit line. This simulation does NOT execute the acceleration and is valid until 00:00 hrs..
{{El endpoint /credit-lines/{credit_line_id}/debt/refinance/simulation
te permite simular la refinanciación de la deuda total de una línea de crédito.
Esta simulación NO ejecuta la aceleración y tiene vigencia hasta las 00:00 hs.
Por el momento, este servicio solo está disponible para Chile}}.
{{El endpoint /credit-lines/{credit_line_id}/debt/refinance/confirmation
te permite confirmar la refinanciación total de deuda de una línea de crédito y pausar la línea para evitar que ingresen nuevas transacciones.
Importante: La refinanciación se confirma cuando registramos el pago por el monto exacto.
Por el momento, este servicio solo está disponible para Chile}}.
{{El endpoint /credit-lines/{credit_line_id}/debt/acceleration/total/simulation
te permite simular la aceleración total de deuda de una línea de crédito.
Esta simulación NO ejecuta la aceleración y tiene vigencia hasta las 00:00 hs.
Por el momento, este servicio solo está disponible para Chile}}.
{{El endpoint /credit-lines/{credit_line_id}/debt/acceleration/total/confirmation
te permite confirmar y ejecutar la aceleración total de deuda para una línea de crédito. Es decir, que al ejecutarlo, aceleraremos la totalidad de la deuda y pasa al estado de cuenta en curso.
Por el momento, este servicio solo está disponible para Chile}}.
{{El endpoint /credit-lines/{credit_line_id}/debt/acceleration/installments/simulation
te permite simular el anticipo de algunos planes de cuota de una línea de crédito.
Esta simulación NO ejecuta la aceleración y tiene vigencia hasta las 00:00 hs.
Importante:
Tendrás que indicar los transaction_ids
de los planes de cuotas específicas a anticipar.
Por el momento, este servicio solo está disponible para Chile}}.
{{El endpoint /credit-lines/{credit_line_id}/debt/acceleration/installments/confirmation
te permite confirmar y ejecutar la aceleración de deuda para planes de cuotas específicos de una línea de crédito.
Una vez ejecutado, las cuotas especificadas serán aceleradas inmediatamente}}.