Automatic Pix
GenerateTransactionPixAutomatic
Endpoint for sending information about a charge associated with an Automatic Pix recurrence.
post/GenerateTransactionPixAutomatic
Request body
Example request
{
"Method": "GenerateTransactionPixAutomatic",
"PartnerId": 30519,
"BusinessUnitId": 51138,
"Identifier": "ac1e955d-905d-436f-9881-f8dbdda58c73",
"RecurrenceId": "12345678901234567890123456789",
"NewAttempt": true,
"TaxNumber": "12345678900",
"Value": "10.00",
"Rate": "0.05",
"ChargeDate": "2025-06-26",
"Description": "Pix recurring payment"
}Response
Solicitação de transação realizada com sucesso
Example response
{
"Success": "true",
"Message": "Solicitação de realizado com sucesso",
"ScheduledId": "a650a666870647449f312628cd421938",
"EndToEndId": "E1320335420251127030075125F59207"
}