Pix Key Validation Endpoint
Validate Pix Keys in real time by using the Pix Key Validation Endpoint
Last updated
Validate Pix Keys in real time by using the Pix Key Validation Endpoint
Last updated
POST
https://api-stg.directa24.com/v5/account/pix_key/validate
This endpoint allows you to validate if a Pix Key exists and is valid.
Check with your TAM regarding the production API endpoint.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
This endpoint allows you to verify whether a Pix Key exists or not, preventing users from registering an invalid Pix Key on your website.
All Pix Key types can be verified with this API.
In order to start using this API, you need to:
Send the request with POST method.
Use the headers described here.
Specify the pix key(s) in the body of the request as a JSON array. Each object within the array should contain a key "pix" with a corresponding string value.
This API must be activated on your account. Check with your Account Manager regarding the activation
In case the Pix Keys is valid, a boolean field called "valid
" will be returned for each Pix Key with either true/false.