Skip to main content
POST
Hold a bill

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

id
integer
required

Bill ID

Body

application/json
hold_status
enum<string>
required

Whether to place the bill on hold or mark it as disputed.

Available options:
on_hold,
disputed
hold_reason
string
required

Reason the bill is being held or disputed. Required.

Maximum string length: 255

Response

Successful response

data
object