curl --request POST \
--url https://api.whop.com/api/v1/invoices/{id}/mark_uncollectible \
--header 'Authorization: Bearer <token>'trueMark an open invoice as uncollectible when payment is not expected.
Required permissions:
invoice:updatecurl --request POST \
--url https://api.whop.com/api/v1/invoices/{id}/mark_uncollectible \
--header 'Authorization: Bearer <token>'trueA 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 ***************************
The unique identifier of the invoice to mark as uncollectible.
"inv_xxxxxxxxxxxxxx"
A successful response
Represents true or false values.
Was this page helpful?