|
`available_credit_limit`
|
Credit available to the customer. The platform calculates this value based on the initial `total_credit_limit` and any relevant debit and credit activity on the account.
|
|
`available_monthly_credit`
|
Deprecated
|
|
`available_total_installment_credit`
|
Amount available for installments
|
|
`available_withdrawal_credit`
|
Amount available for withdrawal. The platform calculates this value based on the initial\
`withdrawal_credit_limit` and any debit and credit activity on the account that impacts the withdrawal credit limit.
|
|
`max_credit_limit`
|
Maximum credit limit approved for this account. Usually based on a credit analysis.
You can [update](https://developers.pismo.io/pismo-docs/reference/patch-v1-account-limits) this value as needed.
* **Note:** This is the same thing as `granted_limit` in the [Create account application](https://developers.pismo.io/pismo-docs/reference/post-acquisitions-v3-s2s-applications) endpoint.
|
|
`monthly_credit_limit`
|
Deprecated
|
|
`percentage_over_limit`
|
Maximum credit limit (`max_credit_limit`) percentage made available for purchases over the account credit limit.
You can [update](https://developers.pismo.io/pismo-docs/reference/patch-v1-account-limits) this value as needed.
* **Note:** When the credit limit is reached, the value of `available_credit_limit` field is negative in the event.
|
|
`total_credit_limit`
|
User-set total credit limit. This can be any value up to the `max_credit_limit`.
You can [update](https://developers.pismo.io/pismo-docs/reference/patch-v1-account-limits) this value as needed.
* **Note:** This is the same thing as `limit` in the [Create account application](https://developers.pismo.io/pismo-docs/reference/post-acquisitions-v3-s2s-applications) endpoint.
|
|
`total_installment_credit_limit`
|
Amount limit for installments.
You can [update](https://developers.pismo.io/pismo-docs/reference/patch-v1-account-limits) this value as needed.
|
|
`withdrawal_credit_limit`
|
Amount limit for withdrawal in credit programs. This value is calculated by multiplying `total_credit_limit` and **Withdrawal limit percentage** (defined for the [program](https://developers.pismo.io/pismo-docs/docs/program-parameters-reference-table)).
|