Skip to main content
POST
Pay boleto

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 V1 payload

Body params to generate a boleto V1 payment

amount
integer
required

Amount of the boleto in cents

check_id
string<uuid>
required

Unique identifier

virtual_account_id
string<uuid>
required

Unique identifier

description
string

Description for the boleto

external_id
string

External ID for reference

Response

Created

Response schema for a single boleto V1 generation

data
object