Skip to main content
POST
Report account not paying

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer
integer
required

Consumer account ID.

Body

application/json
reason_id
integer
required

ID from GET /accounts/not-paying-reasons. Account Settled/Paid records a normal not-paying reason; only Dispute - this is not my account creates the disputed state.

Example:

7

other
string | null

Custom consumer-entered reason. When present, the backend creates a non-system reason and stores it on the account.

Maximum string length: 100
Example:

"I need more documentation"

Response

Account reported as not paying or disputed.

message
string
required
Examples:

"Negotiation restarted."

"Your account can be found in new offers."

"Your account plan has been successfully placed on hold."

"Your account plan has been successfully restarted."

"Your first pay date update successfully."

"Awesome! Your offer was sent to your creditor!"

"We have updated your account status and sent your response to the hosting YN member."

data
object
required
Last modified on July 19, 2026