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
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.The endpoint /lending/v1/credit-lines/{credit_line_id}/debt/simulation
allows you to simulate the debt of a credit line by advancing some or all of the current installment plans. This simulation does NOT execute the acceleration.
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.