Skip to main content
POST
/
invoices
/
{id}
/
mark_paid
Mark paid invoice
curl --request POST \
  --url https://api.whop.com/api/v1/invoices/{id}/mark_paid \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Path Parameters

id
string
required

The unique identifier of the invoice to mark as paid.

Example:

"inv_xxxxxxxxxxxxxx"

Response

A successful response

Represents true or false values.