Skip to main content
POST
/
v1
/
businesses
/
{businessId}
/
invoices
/
{invoiceId}
/
refund
{
  "type": "ResourceArchived",
  "description": "<string>",
  "error_enum": "AccessCodeInvalid",
  "meta": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

businessId
string<uuid>
required

The UUID of the business

invoiceId
string<uuid>
required

The UUID of the invoice to refund

Body

application/json

The body is of type any.

Response

Refund already exists (idempotent)