Skip to main content
POST
Pay tax v2

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Tax V2 payload

Body params to generate a tax V2

amount
integer
required

Amount of the tax in cents

code
string
required

Barcode or digitable_line of the tax

virtual_account_id
string<uuid>
required

Unique identifier

description
string

Description of the tax

external_id
string

External ID of the tax for reference

Response

Created

Response schema for a single tax V2 generation

data
object