Get Automatic Pix Recurrence by ID
GETTag: api-baas-get-by-id-pix-automatic-recurrenceDescription: Retrieve the details of a pix automatic recurrence by providing its ID./v1/pix/scheduled-payments/automatic-recurrences/:id
Request
Path Parameters
Recurrence ID.
Header Parameters
Sender Wallet UUID (if empty, your default Wallet UUID will be settled)
The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.
Possible values: [pt-BR, en-US]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.
Responses
- 200
- 400
Recurrence found.
- application/json
- Schema
- Example (from schema)
Schema
Recurrence ID.
Possible values: [PENDING, CREATED, FAILED, APPROVED, REJECTED, CANCELED, EXPIRED, FINISHED]
Recurrence status
Possible values: [PENDING_CONFIRMED, CREATED_CONFIRMED, CREATED_FAILED, APPROVED_CONFIRMED, REJECTED_CONFIRMED, CANCELED_CONFIRMED, CANCELED_FAILED, EXPIRED_CONFIRMED, FINISHED_CONFIRMED]
Recurrence state
Possible values: [JOURNEY_1, JOURNEY_2, JOURNEY_3, JOURNEY_4]
Recurrence journey
Possible values: [WEEKLY, MONTHLY, QUARTERLY, SEMI_ANNUALLY, ANNUALLY]
Recurrence frequency
Recurrence start date
Recurrence end date
Recurrence value
Recurrence floor max value
Recurrence beneficiary ISPB
Recurrence beneficiary document
Recurrence beneficiary name
Recurrence owner (payer) ISPB
Recurrence owner (payer) name
Possible values: [NATURAL_PERSON, LEGAL_PERSON]
Recurrence owner (payer) person type
Recurrence owner (payer) document
Recurrence owner (payer) bank branch
Recurrence owner (payer) bank account
Possible values: [NATURAL_PERSON, LEGAL_PERSON]
Recurrence debtor person type
Recurrence debtor document
Recurrence debtor name
Recurrence contract number
Recurrence contract description
Recurrence tags
Recurrence request expiration date
Possible values: [ACCOUNT_CANCELED, RECEIVER_COMPANY_CLOSURE, OWNER_DEATH, CONFIRMATION_ERROR, FRAUD_SUSPICION, RECURRENCE_ALREADY_CONFIRMED, RECEIVER_REQUEST, PAYER_REQUEST, RECEIVER_PSP_REQUEST]
Recurrence cancellation reason
Recurrence next charge due date
Recurrence next charge value
Recurrence QR Code EMV.
Recurrence creation date.
Recurrence update date.
{
"id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"status": "APPROVED",
"state": "APPROVED_CONFIRMED",
"journey": "JOURNEY_1",
"frequency": "MONTHLY",
"start_date": "2025-04-15",
"end_date": "2026-04-15",
"value": 100,
"floor_max_value": 50,
"beneficiary_ispb": "7219",
"beneficiary_document": "01234567890",
"beneficiary_name": "John Doe",
"owner_ispb": "7219",
"owner_name": "John Doe",
"owner_person_type": "NATURAL_PERSON",
"owner_document": "02345678912",
"owner_bank_branch": "0001",
"owner_bank_account": "12345678",
"debtor_person_type": "NATURAL_PERSON",
"debtor_document": "03456789013",
"debtor_name": "John Wick",
"contract_number": "123456-7",
"contract_description": "Gym monthly subscription",
"tags": "[\"gym\", \"subscription\"]",
"request_expiration_date": "2025-10-22T18:41:31.652Z",
"cancellation_reason": "RECEIVER_REQUEST",
"next_charge_due_date": "2025-10-22",
"next_charge_value": 100,
"qr_code_emv": "SkQuUElYLlFSQ29kZS5EaW5hbWljbw==……",
"created_at": "2025-10-22T18:41:31.653Z",
"updated_at": "2025-10-22T18:41:31.653Z"
}
If any required params are missing or has invalid format or type.