PomeloEx. Cards. Credits. CreditProduct
(PomeloEx v0.1.0)
View Source
The Credit Product service allows you to create and manage credit products and their segments.
Want to know more about credit products? Check out our documentation.
Summary
Functions
Create price update The /products/{product_id}/pricing endpoint allows you to create new price updates for products with ACTIVE or PAUSED status
Create Product The lending/v1/products endpoint allows you to create a product.
Create segment The /products/{product_id}/segments endpoint allows you to create a new segment for a product with specific pricing configuration.
Deactivating a product The endpoint lending/v1/products/{id} allows you to deactivate a specific product.
Get price update history The endpoint /products/{product_id}/pricing allows you to obtain the price update history related to a product
Get product The lending/v1/products/{id} endpoint allows you to retrieve data from a specific product.
Get products The endpoint lending/v1/products allows you to retrieve data from all products created
Get segment The /products/{product_id}/segments/{segment_id} endpoint allows you to retrieve data from a specific segment.
Get segment rate updates The /products/{product_id}/segments/{segment_id}/pricing endpoint allows you to obtain rate updates for a segment, either applied or upcoming.
Get segments The /products/{product_id}/segments endpoint allows you to retrieve all segments associated with a specific product.
Modify pending price update The endpoint /products/{product_id}/pricing/{start_date} enables you to modify a pending price update
Update product The lending/v1/products/{id} endpoint allows you to update data for a specific product.
Update segment The /products/{product_id}/segments/{segment_id} endpoint allows you to update settings for a specific segment.
Functions
Create price update The /products/{product_id}/pricing endpoint allows you to create new price updates for products with ACTIVE or PAUSED status
Create Product The lending/v1/products endpoint allows you to create a product.
At this moment, you will be able to define the cutoff and due dates, limits and available balances, rates and fees, how the minimum payment is composed and more.
Create segment The /products/{product_id}/segments endpoint allows you to create a new segment for a product with specific pricing configuration.
Deactivating a product The endpoint lending/v1/products/{id} allows you to deactivate a specific product.
Get price update history The endpoint /products/{product_id}/pricing allows you to obtain the price update history related to a product
Get product The lending/v1/products/{id} endpoint allows you to retrieve data from a specific product.
Get products The endpoint lending/v1/products allows you to retrieve data from all products created
Get segment The /products/{product_id}/segments/{segment_id} endpoint allows you to retrieve data from a specific segment.
Get segment rate updates The /products/{product_id}/segments/{segment_id}/pricing endpoint allows you to obtain rate updates for a segment, either applied or upcoming.
Get segments The /products/{product_id}/segments endpoint allows you to retrieve all segments associated with a specific product.
Modify pending price update The endpoint /products/{product_id}/pricing/{start_date} enables you to modify a pending price update
Update product The lending/v1/products/{id} endpoint allows you to update data for a specific product.
Update segment The /products/{product_id}/segments/{segment_id} endpoint allows you to update settings for a specific segment.