What does this endpoint do?

The objective of this endpoint is to enable subscription for notifications related to the deposit order flow within your integrated application. To establish this subscription, it is imperative to provide a target URL to which we will send these notifications.

You will be notified of every critical status change.

Please note that a deposit flow includes any type of deposit made by a third party, which can also be referred to as a "pay-in."

Here is an example of a callback message:

{
    "accountId": "000",
    "referenceId": "TESTE2410151703145154TESTE",
    "taxIdCountry": "BRA",
    "taxId": "12345678910",
    "status": "DepositCreated",
    "blockchain": "None",
    "amount": 100.0,
    "createdAt": "2024-10-15T18:17:03.1451537+00:00",
    "externalId": "DCBA4321"
}
Language
Click Try It! to start a request and see the response here!