Credit Products
credit_products
Credit Products
Extended Credit
credit_products.extended_credit
Methods
get/v1/credit_products/{credit_product_token}/extended_credit
Get the extended credit for a given credit product under a program
Domain types
ExtendedCredit = { credit_extended }
Credit Products
Prime Rates
credit_products.prime_rates
Methods
Get Credit Product Prime Rates -> { data, has_more }
get/v1/credit_products/{credit_product_token}/prime_rates
Get Credit Product Prime Rates
path Parameters
credit_product_token: string
Globally unique identifier for credit products.
query Parameters
ending_before: string
(format: date)Optional
The effective date that the prime rates ends before
starting_after: string
(format: date)Optional
The effective date that the prime rate starts after
Response fields
data: Array<{ effective_date, rate }>
List of prime rates
has_more: boolean
Whether there are more prime rates
Request example
200Example
Post Credit Product Prime Rate ->
post/v1/credit_products/{credit_product_token}/prime_rates
Post Credit Product Prime Rate
