Credit
Last updated
Last updated
Returns the credit limit history of an account filtered by a date range
/v1/accounts/{accountId}/credit-limit/history
The account ID
The first date to include in the credit limit history
2024-02-01
The last date to include in the credit limit history
2024-05-01
When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.
When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.
Set the credit limit of an account to the amount specified
/v1/accounts/{accountId}/credit-limit
The account ID
10000
Applies an incremental change to the credit limit of an account
/v1/accounts/{accountId}/credit-limit
The account ID
The amount to increase or decrease the credit limit by
10000
The action to either increase or decrease the credit limit by the amount provided.
INCREASE
INCREASE
, DECREASE