/payments/requests/{requestId}/automatic-pix/schedules/{paymentId}Obtenha um pagamento PIX agendado automaticamente
Recupera um pagamento PIX automático agendado pelo id
Parameters
Path Parameters
| Name | Type |
|---|---|
requestIdrequired | string (uuid) |
paymentIdrequired | string (uuid) |
Responses
Automatic PIX payment detail with additional fields
Automatic PIX payment
Identificador primário de pagamento
Status of an individual recurring PIX payment. - `SCHEDULED`: the payment has been scheduled at the institution. - `CREATED`: the payment is created and pending execution. - `COMPLETED`: the payment was confirmed. - `CANCELED`: the payment was canceled. - `ERROR`: the payment failed (see `errorDetail`).
Valor do pagamento
Descrição do pagamento
Data agendada para pagamento
Identificador de pagamento de ponta a ponta
Identificador externo para o pagamento
Identificador do destinatário do pagamento
Indica se este é o primeiro pagamento
Indicates whether the payment reached the scheduled status in the last attempt. Useful to determine if a retry can be executed.
curl -X GET \
'https://api.pluggy.ai/payments/requests/{requestId}/automatic-pix/schedules/{paymentId}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY'null