PomeloEx.Cards.Credits.CreditLinesV2 (PomeloEx v0.1.0)

View Source

The Credit Lines V2 service allows you to create and manage credit products, segments, pricing configurations, and credit lines.

This is the V2 version of the Credit Lines API, using the /lending/v2/ base path.

Want to know more about credit lines? Check out our documentation.

Summary

Functions

Cancel a credit line.

Create a new credit line.

Create a pricing configuration for a product.

Create a new credit product.

Create a segment for a product.

Deactivate a credit product.

Get a credit line by ID.

Get a credit product by ID.

Get all credit products. Supports filtering by name, status, and country.

Get a segment by ID.

Get all segments for a product.

Modify a pending pricing configuration for a product.

Update a credit line.

Update a credit product.

Update a segment.

Functions

cancel_credit_line(payload)

Cancel a credit line.

create_credit_line(payload)

Create a new credit line.

create_pricing(payload)

Create a pricing configuration for a product.

create_product(payload)

Create a new credit product.

create_segment(payload)

Create a segment for a product.

deactivate_product(payload)

Deactivate a credit product.

get_credit_line(payload)

Get a credit line by ID.

get_product(payload)

Get a credit product by ID.

get_products(payload)

Get all credit products. Supports filtering by name, status, and country.

get_segment(payload)

Get a segment by ID.

get_segments(payload)

Get all segments for a product.

modify_pricing(payload)

Modify a pending pricing configuration for a product.

update_credit_line(payload)

Update a credit line.

update_product(payload)

Update a credit product.

update_segment(payload)

Update a segment.