Skip to content

Create

Post Credit Product Prime Rate
post/v1/credit_products/{credit_product_token}/prime_rates

Post Credit Product Prime Rate

Path Parameters
credit_product_tokenstring

Globally unique identifier for credit products.

Body Parameters
effective_datestring

Date the rate goes into effect

formatdate
ratestring

The rate in decimal format

Request example Request
curl https://api.lithic.com/v1/credit_products/$CREDIT_PRODUCT_TOKEN/prime_rates \
    -H 'Content-Type: application/json' \
    -H "Authorization: $LITHIC_API_KEY" \
    -d '{
      "effective_date": "2019-12-27",
      "rate": "rate"
    }'