Skip to main content
PATCH
Update invoice by UUID

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

The UUID of the invoice

Example:

"a1b2c3d4-e5f6-7890-1234-567890abcdef"

Body

application/json
status
enum<string>
required

The status of the invoice

Available options:
created,
paid,
expired
Example:

"paid"

Response

Resource model

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required

The data returned by the API