Automatic Pix
GetTransactionPixAutomatic
Check the transaction schedules for an automatic Pix account.
post/GetTransactionPixAutomatic
Request body
Example request
{
"Method": "GetTransactionPixAutomatic",
"PartnerId": 1001,
"BusinessUnitId": 2002,
"TaxNumber": "12345678900",
"Bank": "450",
"BankBranch": "0001",
"BankAccount": "440246",
"BankAccountDigit": "3"
}Response
Lista de transações encontrada
Example response
{
"Success": "true",
"Schedules": [
{
"ScheduledId": "a650a666870647449f312628cd421938",
"RecurrenceId": "RR13203354202511256785cecc367",
"ReceiverName": "BU Pix",
"ReceiverTaxNumber": "45748851000155",
"PaymentDate": "27/11/2025",
"Status": "Liquidado",
"EndToEndId": "E1320335420251127030075125F59207"
}
]
}