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

Documentation Index

Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt

Use this file to discover all available pages before exploring further.

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).