Skip to main content
GET
Get 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.

Response

200 - application/json

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