Emitting Boletos for deposits

avaliable in Beta Version

To issue a Boleto for account recharging on behalf of the account holder you must provide the amount, the account holder's wallet identifier and optionally the due date.

Available Providers

AssetProviderStatus
BRLBBanco BS2deprecated since 2.2.x
BRLPCIPavaliable in Beta Version
BRLDDockdeprecated since 2.2.x

Emitting a Boleto

All Boletos emmited in Bit Capital's Platform in this endpoint has a purpose to recharge your own wallet.

{
	"destination": "9fefbf29-97f9-4d4b-9a8a-95c72d6f1502",
	"asset": "BRLP",
  "provider":"boleto-provider",
	"amount": "10.00", 
	"expiresAt": "2021-11-15T12:00:00.000Z", 
    "extra":{
            "dueDate": "2025-10-10",
            "expiresAt": "2025-10-10"
     }
}
curl --location --request POST 'https://homolog-bit.btcore.app/boletos/emission/emit' \
--header 'Content-Type: application/json' \
--header 'X-Request-Signature: XXXXXSIGNATURE' \
--header 'X-Request-Timestamp: 1603285426872' \
--header 'Authorization: Bearer TOKEN' \
--data-raw '{
	"destination": "9fefbf29-97f9-4d4b-9a8a-95c72d6f1502",
	"asset": "BRLP",
  "provider":"boleto-provider",
	"amount": "10.00", 
	"expiresAt": "2021-11-15T12:00:00.000Z", 
    "extra":{
            "dueDate": "2025-10-10",
            "expiresAt": "2025-10-10"
     }
}'

Upon confirmation of payment by the custody provider, a deposit-type transaction will be created and recorded on the Stellar blockchain, resulting in the account balance being updated.



Expiration Date

🚧

Important

If, for some reason, the field expiresAt was not send in the payload, the platform will not refuse the generation of Boleto, but it will assume the next business day for the expiration by default.


Limitation amount of a Boleto

The limitations of minimum amount and maximum amount to emit is a deal between the Financil Institution and the CIP ( main organization of Boleto registration in Brazil).

In this case, we have the following limiations:

  • XXX as minimum amount to emit a Boleto
  • XXX as maximum amount to emit a Boleto

If it's really necessary to emit a different amount in Boleto, please open a ticket in our Service Desk to request.
All requests will be analyzed by the corresponding Compliance team.