Provider Boleto Issuing

šŸš§

Experimental API

This feature is still in the experimental phase. It is only supported in SaaS and may change with time. For enabling the permissions for your credentials, ask us in our help desk.

The Boleto issuing feature is focused on requesting payments using "Boleto" documents using the Core API.


Methods

MethodURLDescription
boletos.infoGET /providers/boleto/infoGets information about depositing assets in the specified wallet using boletos. This is a utility method and is different for each provider.
boletos.emitPOST /providers/boleto/emitEmit a new deposit Boleto in the custody wallet, done from outside of the Bitcapital platform, such as a banking deposit.
boletos.getByIdGET /providers/boleto/:idGets Boleto information and status based on its external id.
boletos.getByDateRangeGET /providers/boleto/with-filtersGets boletos between a specific date range.
boletos.cancelPOST /providers/boleto/cancelCancels a boleto based on its externalId.