Payment and Payment Management
GetPixRecurrences
This method can be used to query all Pix scheduled recurrences for an account.
post/GetPixRecurrences
Request body
Example request
{
"Method": "GetPixRecurrences",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"TaxNumber": "12345678900",
"Bank": "450",
"BankBranch": "0001",
"BankAccount": "440246",
"BankAccountDigit": "3"
}Response
Query completed successfully
Example response
{
"Success": "true",
"PixRecurrence": [
{
"Identifier": "recurrence-rent-2025",
"Parcel": {
"Amount": 12,
"Current": 5
},
"NextPaymentDate": "2025-08-11",
"Frequency": "Monthly",
"Value": 150.5
}
]
}