Create a limit reduction notice
Create a limit reduction notice, which should be presented to the user when their credit limit is reduced. This endpoint must be called before reducing the credit limit. The document_id returned should be stored and used in the PATCH /facilities/{facility_id}/update_limit endpoint.
Path parameters
facility_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
new_limit_amount
Amount of the new credit limit, in cents
reasons
The reasons for the limit reduction
Response
This endpoint returns an object.
document_url
The URL where the document can be accessed.
id
The unique identifier for the document.
Errors
400
Invalid Input Error
400
Limit Update Must Be Lower Error
400
Line Limit Updates Disabled Error
401
Unauthorized Error
404
Facility Not Found Error
429
Rate Limit Error
500
Server Error