Skip to main content
POST
Pay tax

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 payload

Body params to generate a tax V1 payment

amount
integer
required

Amount of the tax in cents

check_id
string<uuid>
required

Unique identifier

virtual_account_id
string<uuid>
required

Unique identifier

description
string

Description for the tax

external_id
string

External ID for reference

Response

Created

Response schema for a single tax V1 generation

data
object