put https://core-h.mkbank.com.br/api/pix/cob/
The Create Instant Charge with TXID endpoint allows you to create a new instant charge to facilitate immediate payment transactions. Use this endpoint to generate a payment request with the necessary details, such as payer information, payment amount, description, additional information, and whether you want to include a QR code to facilitate payment. The difference between this endpoint and the Create Instant Charge is that you can associate a Transaction ID (TXID) with this charge. This association creates a unique identifier for each transaction, simplifying the process of tracking and identifying the generated charges.
Request body example:
{
"calendario": {
"expiracao": "3600"
},
"devedor": {
"cpf": "01010101010",
"nome": "João teste"
},
"valor": {
"original": 25.90
},
"chave": "f59951f6-6d32-4708-be3f-73453620b227",
"solicitacaoPagador": "Product or payment short description",
"infoAdicionais": [
{
"nome": "Product label",
"valor": "Product name"
}
]
}