Skip to main content

Query Recurrence

Query Pix recurrence by incoming_recurrency_key

Request

ENDPOINT
/account/ACCOUNT_KEY/incoming_recurrence/INCOMING_RECURRENCE_KEY
METHOD
GET

Path Params

FieldTypeDescriptionCharacters
account_key *uuid4QI account unique identification key.36
incoming_recurrency_key *uuid4Automatic Pix recurrence unique identification key.36

Response

STATUS
200
Response Body: Recurrence query
{
"incoming_recurrence_key": "c2f3eefa-1b8e-4d5f-9b9d-123456789abc",
"incoming_recurrence_status": "pending_confirmation",
"request_control_key": "e04197f6-433e-48d2-8a8e-9258a70aba0b",
"transaction_amount": "150.00",
"periodicity": "monthly",
"journey_type": "journey_one",
"pix_transfer_type": "key",
"end_to_end_id": "E1234567890123456789012",
"start_date": "2025-06-01",
"end_date": "2026-06-01",
"next_execution_date": "2025-07-01",
"receiver_conciliation_id": "rec-conc-789",
"target_pix_key": "receiver@bank.com.br",
"payer_document_number": "12345678900",
"pix_message": "Pagamento mensal de serviço",
"created_at": "2025-05-22T10:00:00Z",
"updated_at": "2025-05-22T12:00:00Z",
}

FieldTypeDescriptionMax. Characters
incoming_recurrence_keyuuid4Authorization unique identification key36
incoming_recurrence_statusstringRecurrence status identifierEnumerator incoming_recurrence_status
request_control_keyuuid4Request unique identification key used by the client36
transaction_amountnumberTransfer amount for fixed value occurrence.10
minimum_transaction_amountnumberMinimum transfer amount for variable value occurrence.10
maximum_transaction_amountnumberMaximum transfer amount for variable value occurrence.10
periodicityenumeratorPeriodicity type associated with the paymentEnumerators periodicity
journey_typeenumeratorRequest journey typeEnumerators journey_type
pix_transfer_typeenumeratorType of pix to be performedEnumerators pix_transfer_type
end_to_end_idstringIdempotency key of a Pix transaction within SPI (Instant Payment System). This key is returned in the Pix key query.32
start_datestringRecurrence start date-
end_datestringRecurrence end date, for indefinite time cases, send as null
next_execution_datestringNext recurrence transaction execution date-
receiver_conciliation_idstringReceiver conciliation identification.35
target_pix_keystringTransaction account pix key.100
payer_document_numberstringTransaction payer document number.14
pix_messagestringMessage to be sent along with the Pix transfer.140
created_atstringRecurrence request creation time-
updated_atstringRecurrence request update time-

Enumerator incoming_recurrence_status

EnumeratorDescription
pending_confirmationRecurrence pending confirmation
activeActive recurrence
cancelledCancelled recurrence
suspendedSuspended recurrence
expiredExpired recurrence

Enumerators periodicity

EnumeratorDescription
weeklyWeekly recurrence
monthlyMonthly recurrence
quarterlyQuarterly recurrence
semiannualSemiannual recurrence
annualAnnual recurrence

Enumerators journey_type

EnumeratorDescription
journey_oneAuthorization request via app notification
jouney_twoAuthorization request via QR Code reading
journey_threeRecurrence authorization through immediate pix via QR Code reading
journey_fourPayment or scheduling of a pix with a recurrence authorization request in sequence

Enumerators pix_transfer_type

EnumeratorDescription
manualPix using destination account data
keyPix using a pix key
static_qr_codePix using a static QR code
dynamic_qr_codePix using a dynamic QR code
STATUS
4xx
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP CodeQI Code
code
Title
title
Description (eng)
Description
Description (ptbr)
translation
403APX000025User is not allowed to do this transactionUser is not allowed to do this transactionUsuário não tem autorização para fazer essa transação
403APX000017Requester not allowed to access this endpointRequester has no permission to perform pix transfers on this endpointRequester não possui permissão de realizar transações pix através deste endpoint
404APX000020Account not FoundAccount was not foundConta {account_key} não foi encontrada.
404APX000001Recurrence not FoundRecurrence was not foundRecorrência {incoming_recurrence_key} não foi encontrada