Skip to main content

Remover DDA account

After the account is removed from the DDA, notifications of boleto registrations having the account holder as the payer will no longer be received.

Information

If the account holder still has other account(s) opened by the integrator partner and registered in the DDA, notifications will continue to be sent.

To stop the notifications, it is necessary to remove all of the holder's accounts registered in the DDA.

Evidence of the acceptance of the adherence terms must be sent in the request.

Request

ENDPOINT
/baas/dda/account/ACCOUNT_KEY
METHOD
DELETE
Request Body
{
"authorization_term": {
"document_number": "<ACCOUNT HOLDER'S CPF>",
"signature": {
"signer": {
"name": "<ACCOUNT HOLDER'S NAME>",
"email": "<ACCOUNT HOLDER'S EMAIL>",
"phone": {
"number": "<ACCOUNT HOLDER'S PHONE NUMBER>",
"area_code": "<ACCOUNT HOLDER'S AREA CODE>",
"country_code": "55"
},
"document_number": "<ACCOUNT HOLDER'S CPF>"
},
"authentication_type": "opt_in",
"authenticity": {
"timestamp": "<DATE AND TIME OF SIGNATURE>",
"ip_address": "<ACCOUNT HOLDER'S IP>",
"fingerprint": {},
"third_party_additional_data": {},
"session_id": "<ACCOUNT HOLDER'S SESSION ID>"
},
"signed_object": {
"raw_text": "<REMOVAL TERM TEXT>"
}
}
}
}

PATH PARAMS

FieldTypeDescription
ACCOUNT_KEYstringIdentification key of the account registered in DDA

Response

STATUS
200
{}