Skip to main content
POST
Submit not paying response

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

Reason id from GET /accounts/not-paying-reasons. If the reason label is Dispute - this is not my account, the response is stored as disputed and reason_id is cleared.

Example:

7

other
string

Optional custom reason label. When supplied, the backend creates a non-system reason and stores that new reason id.

Maximum string length: 255
Example:

"I need more documentation"

Response

Not paying response submitted.

message
string
required
Examples:

"Notice response started."

"Sender details saved."

"Account details saved."

"Notice uploaded."

data
object
required
Last modified on July 19, 2026