Skip to main content
Important
This feature is deprecated and replaced by credit product policies, which is part of the bundles feature. For more on policies and bundles in a credit program, see Managing Credit Programs in the Marqeta Dashboard.
The credit products feature on Marqeta’s credit platform enables you to create and manage a credit product and customize its characteristics, such as the credit line range and required fees or APRs. Credit product characteristics determine the behaviors and attributes of associated credit accounts. For more on credit products, see About Credit Products. To receive webhook notifications when product transition events occur, see Credit product transition events in Event Types.
Important
To create and manage credit products, you must use the Marqeta Dashboard. For more, see Managing Credit Products in the Marqeta Dashboard.
 The following endpoints are displayed for reference purposes only.

Create credit product

Action: POST
Endpoint: /credit/products
Create a credit product.

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List credit products

Action: GET
Endpoint: /credit/products
Retrieve an array of credit products. This endpoint supports sorting and pagination.

URL query parameters

Response body

Sample response body

JSON

Retrieve credit product

Action: GET
Endpoint: /credit/products/{token}
Retrieve a credit product.

URL path parameters

Response body

Sample response body

JSON

Retrieve credit product lineage

Action: GET
Endpoint: /credit/products/{token}/lineage
Retrieve the lineage of a credit product, which is an array of related credit products whose lineage can be traced back to the same original credit product. This endpoint supports sorting and pagination.

URL path parameters

URL query parameters

Response body

Sample response body

JSON