Create new Decoded Pix Key ID.
GET/pix/payment/decode/by-key
To create a new pix payment by a pix key, first you need to create a Decoded Pix Key ID. Enter the pix key's information on the requisition body below and execute to get its ID. This ID is the decoded_pix_key_id which will be required to create a pix payment by a pix key.
Request
Query Parameters
- CPF: Key type CPF.
- EVP: Key type EVP.
- EMAIL: Key type EMAIL.
- PHONE: Key type PHONE.
- CNPJ: Key type CNPJ.
Pix key.
Possible values: [CNPJ
, CPF
, PHONE
, EMAIL
, EVP
]
Pix Key state:
If one is not provided, it'll be generated by DICT and returned in the response
Header Parameters
The transaction ID is a UUID (v4) used to uniquely identify the object that will be created. All objects must have an identifier.
The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.
Responses
- 200
- 400
- 401
- 422
Pix key decoded successfully.
- application/json
- Schema
- Example (from schema)
Schema
- CPF: Key type CPF.
- EVP: Key type EVP.
- EMAIL: Key type EMAIL.
- PHONE: Key type PHONE.
- CNPJ: Key type CNPJ.
Unique decoded pix key UUID.
Possible values: [CNPJ
, CPF
, PHONE
, EMAIL
, EVP
]
Pix Key state:
Possible values: [NATURAL_PERSON
, LEGAL_PERSON
]
Pix key.
Owner document number.
Owner name.
Company's trade name.
Bank ISPB
{
"id": "d5e0bec8-8695-4557-b0dd-021788cd83ef",
"type": "EMAIL",
"person_type": "LEGAL_PERSON",
"key": "string",
"document": "string",
"name": "string",
"trade_name": "string",
"end_to_end_id": "string",
"ispb": "string"
}
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.