Skip to main content

Register account in DDA

To enable the receipt of boleto information for boletos that have the holder of a QI account as the payer, it is necessary to register this account in the DDA.

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

Request

ENDPOINT
/account/ACCOUNT_KEY/dda
METHOD
POST
Request Body
{
"account_key": "account key as uuid",
"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": "<ADHERENCE TERM TEXT>"
}
}
}
}

BODY PARAMS

FieldTypeDescription
account_keystringIdentification key of the account to be registered in DDA
authorization_termstringAuthorization data signed by the payer

Response

STATUS
200
{}