Skip to main content
PATCH
Update tax settings

Authorizations

Authorization
string
header
required

Your PayBridgeNP API key. Obtain one from the dashboard under Settings → API Keys. Prefix: sk_test_ for testing, sk_live_ for production.

Body

application/json
enabled
boolean
rateBps
integer

Tax rate in basis points (0–10000).

Required range: 0 <= x <= 10000
registrationNumber
string | null
label
string | null
Maximum string length: 32

Response

Updated tax settings.

enabled
boolean

Whether tax is applied to invoices.

rate_bps
integer

Tax rate in basis points (e.g. 1300 = 13%).

Example:

1300

registration_number
string | null

Your tax/VAT/PAN registration number, printed on invoices.

label
string | null

Tax label shown on invoices (e.g. "VAT").

Maximum string length: 32