Relatório de pagamentos rejeitados SPI
Retorna o COUNT e uma lista paginada de pagamentos em estado terminal rejeitado (REJECTED / FAILED / RETURN_PENDING) sobre uma janela de datas obrigatória (máx. 92 dias). O motivo de rejeição detalhado não é retido — apenas status + EndToEndID são retornados, e a ausência é rotulada com honestidade.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de consulta
Inclusive start of the report window (YYYY-MM-DD UTC). Required.
"2026-06-01"
Inclusive end of the report window (YYYY-MM-DD UTC). Required. The window may not exceed 92 days.
"2026-06-30"
Page size (default 50, max 200).
1 <= x <= 200Opaque pagination cursor.
Resposta
OK
One page of rejected payments, newest first.
Always false — the detailed reject reason is not retained; the report carries status + business key only.
false
Total rejected payments in the window (COUNT).
7
Echo of the resolved report window.
Opaque cursor for the next page; absent when exhausted (its absence signals end-of-list — Phase 6.3 §2).

