Boletos

List boletos

get

List all available boletos

Query parameters
org_idstring · uuidOptional

Unique identifier

entity_idstring · uuidOptional

Unique identifier

group_idstring · uuidOptional

Unique identifier

boleto_idstring · uuidOptional

Unique identifier

bank_account_idstring · uuidOptional

Unique identifier

external_idstringOptional

External ID

seu_numerostringOptional

Seu numero

counterparty_tax_numberstringOptional

Counterparty tax number

statusstringOptional

Status

from_datetimestring · date-timeOptional

Datatime schema

to_datetimestring · date-timeOptional

Datatime schema

search_termstringOptional

Search term

beforestringOptional

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJGJhYTNiNmM1LTAyYTYtNGQ5Ny05NzU1LTI3OGFiNjRiN2Y1MQ==
afterstringOptional

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJGJhYTNiNmM1LTAyYTYtNGQ5Ny05NzU1LTI3OGFiNjRiN2Y1MQ==
limitinteger · min: 10Optional

Limit list

load_stagesbooleanOptional

Load stages

load_due_detailsbooleanOptional

Load due details

Responses
200

Boletos

application/json
get
/boleto

Create boleto

post

Creates a boleto

Body

Params to create boleto

amountintegerRequired

Amount

bank_account_idstringRequired

Bank Account UUID

descriptionstringOptional

Description

expiration_datestring · date-timeRequired

Expiration Date

notesstring[] | nullableOptional

Notes of the boleto

Example: ["note 1","note 2","note 3"]
org_idstringRequired

Org UUID

wallet_typestring · enum | nullableRequired

Wallet type of the boleto

Example: direct_electronic_partial_emission_bookletPossible values:
Responses
post
/boleto

Update boleto

put

Updates a boleto

Path parameters
boleto_idstring · uuidRequired

Unique identifier

Body

Params to update boleto

boleto_idstringRequired

Boleto UUID

org_idstringOptional

Org UUID

Responses
200

Boleto

application/json
put
/boleto/{boleto_id}

Cancel boleto

put

Cancels a boleto

Path parameters
boleto_idstring · uuidRequired

Unique identifier

Query parameters
org_idstring · uuidOptional

Unique identifier

Responses
200

Boleto

application/json
put
/boleto/{boleto_id}/cancel

Show boleto by external ID

get

Shows a boleto by external ID

Path parameters
external_idstringRequired

External ID

Query parameters
org_idstring · uuidOptional

Unique identifier

load_stagesbooleanOptional

Load stages

load_due_detailsbooleanOptional

Load due details

Responses
200

Boleto

application/json
get
/boleto/{external_id}/get_by_external_id

Show boleto

get

Shows a boleto

Path parameters
idstring · uuidRequired

Unique identifier

Query parameters
org_idstring · uuidOptional

Unique identifier

load_stagesbooleanOptional

Load stages

load_due_detailsbooleanOptional

Load due details

Responses
200

Boleto

application/json
get
/boleto/{id}

Show boleto by seu numero

get

Shows a boleto by seu numero

Path parameters
seu_numerostringRequired

Seu numero

Query parameters
org_idstring · uuidOptional

Unique identifier

load_stagesbooleanOptional

Load stages

load_due_detailsbooleanOptional

Load due details

Responses
200

Boleto

application/json
get
/boleto/{seu_numero}/get_by_seu_numero

Last updated

Was this helpful?