What does this endpoint do?

The objective of this endpoint is to enable subscription for notifications related to the credit transaction 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.

This flow is easy to confude with the deposit order flow, since the principle is the same, but there is some flows that doesn't create a order indeed to a bank, in fact in the case of credit transactions are made direct with the bank.

Here is an example of a callback message:

{
    "accountId": "000",
    "amount": {
        "amount": 50.0,
        "currency": "BRL"
    },
    "amountNet": {
        "amount": 50.0,
        "currency": "BRL"
    },
    "transactionDescription": {
        "description": "Deposit Order Credit Transaction",
        "name": "Sponge Bob",
        "taxId": "12345678910",
        "taxIdCountry": 76
    },
    "date": "2024-10-15",
    "dateDetailed": "2024-10-15T18:17:03.9446528+00:00",
    "type": "Credit",
    "transactionId": "testeste-bc6f-4d6c-942a-9f4b4cd0591e",
    "transactionHash": "testeste0202410151816s17f7f54bcd",
    "counterpart": {
        "name": "Sponge Bob",
        "taxId": "12345678910",
        "bankAccount": "123456789",
        "bankBranch": "0000",
        "taxIdCountry": 76
    },
    "referenceId": "TESTE241015163678868543968",
    "blockchain": "None",
    "externalId": "AAAA1234"
}
Language
Click Try It! to start a request and see the response here!