Create Data Qualification
Data Qualification
Create Data Qualification
Register a batch of data qualification orders
POST
Create Data Qualification
You can use this endpoint to create a data qualification batch. In the data attribute you may pass a list of bank account data to be qualified. You can group your data qualification in batches using the
batch_code field.
Request Body
The Merchant ID. Required when you have access to more than one Merchant.
The service ID. The available services can be retrieved in the endpoint GET /v1/payout/data-qualification/services.Allowed values:
1, 2, 3, 4, 5Array of data qualification records.
Webhook Callback
When you provide anotification_url, we will send HTTP POST requests to your endpoint when the data qualification status changes.
Webhook Signature: All data qualification webhooks are signed with an sha256 hash provided in the
Authorization header. The hash is sent as a Bearer token. eg.: Bearer {hash}To validate the signature you must concatenate the request body and your APIKey used to create the payments and hash this string using the sha256 algorithm. For example: {JSON_BODY...}APIKEYWebhook Payload
Our ID.Example:
1An integer value that indicates the step that the data-qualification process is.
1- Processing - Intermediary step2- Valid data - Final step3- Invalid data - Final step
An integer value that indicates the current data-qualification status.
1- Received - The data qualification is received and will be processed soon5- Valid data - Final status6- Invalid data - Final status7- No Process - The account can not be validated - Final status
Your Custom Code.Example:
YOURAPPCODEThe data qualification batch code.Example:
bc101The description of the data qualification update.
Beneficiary name.
Beneficiary document.
Bank code.
Bank branch.
Bank branch digit.
Account number.
Account digit.
Account type:
c for Checking accounts, s for Savings accounts.PIX key if applicable.
Response
All data qualification records provided have been successfully processed.
When some of the records provided in the data list have errors during processing.

