Skip to main content
POST
Pay boleto 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

Boleto V2 payload

Body params to generate a boleto V2

amount
integer
required

Amount of the boleto in cents

code
string
required

Barcode or digitable_line of the boleto

virtual_account_id
string<uuid>
required

Unique identifier

description
string

Description of the boleto

external_id
string

External ID of the boleto for reference

Response

Created

Response schema for a single boleto V2 generation

data
object