put
https://baas-h.cdcbank.com.br/v2/cob/
The "txid" (Transaction ID) is a unique identifier used to identify transactions in the instant payment system (PIX). This identifier is crucial for tracking and managing transactions, especially in cases of immediate charges via the PIX API. It is generated by the integrator with the pattern [a-zA-Z0-9], with a minimum of 26 characters and a maximum of 35 characters.
The
devedorfield is required to have a CPF or CNPJPassing a
devedorwithout a cpf or cnpj will result on a ERROR 400 response
The
modalidadeAgentefield from thesaqueobject must be filled according to the table:
Value Description AGTEC Agente Estabelecimento Comercial AGTOT Agente Outra Espécie de Pessoa Jurídica ou Correspondente no País AGPSS Agente Facilitador de Serviço de Saque
The
modalidadeAgentefield from thetrocoobject must be filled according to the table:
Value Description AGTEC Agente Estabelecimento Comercial AGTOT Agente Outra Espécie de Pessoa Jurídica ou Correspondente no País
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| calendario | Object | Expiry Info of the Pix Charge |
| criacao | String | Pix Charge Creation Timestamp |
| expiracao | String | Pix Charge Time(in seconds) Until Expiry |
| txid | String | Pix Charge Unique Code |
| revisao | Integer | Amount of Time the Pix Charge Was Modified |
| devedor | Object | Payer Info |
| cpf or cnpj | String | Payer CPF or CNPJ |
| nome | String | Payer Name |
| loc | Object | Location Object |
| id | Integer | Location Unique ID |
| location | Sring | Location |
| tipoCob | String | Location Charge Type |
| location | String | Location |
| status | String | Pix Charge Current State |
| valor | Float | Pix Charge Amount |
| pixCopiaECola | String | Pix Charge Pix Copia e Cola |
| chave | String | Receiver Pix Key |
| solicitacaoPagador | String | Text to be Delivered to the Payer |
| infoAdicionais | Array | Additional Info |
| nome | String | Field Name |
| valor | String | Field data |