Skip to main content
PATCH
Update the business's own receipt request config (supersedes the tenant's)

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string<biz_string>
required

The id of the business

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

Body

application/json

A partial update of a business's receipt request override. Only the fields that are provided are changed; omitting one leaves it as it was. When no override exists yet, an omitted field takes its default (enabled, threshold 0).

is_enabled
boolean | null

Whether receipt requests are enabled for this business

threshold_amount

Request a receipt for spend at or above this amount. 0 means request for every spend while enabled.

Required range: x >= 0

Response

Successful Response

A business's own receipt request override. Carries no country: it applies to the one business, which supersedes the tenant config for that business.

is_enabled
boolean
required

Whether receipt requests are enabled for this business

threshold_amount
number
required

Request a receipt for spend at or above this amount. 0 means request for every spend while enabled.

Example:

75