Create instant charge with TXID

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
        }
    ]
}
Path Params
string
required

Transaction ID

Body Params
calendario
object
required
devedor
object
valor
object
required
string
required

Pix key

string

Payment description (max 140 chars)

infoAdicionais
array of objects
infoAdicionais
boolean
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json