/payments/requests/{requestId}/automatic-pix/schedules/{paymentId}Get an automatic PIX scheduled payment
Recovers an automatic PIX scheduled payment by id
Parameters
Path Parameters
| Name | Type |
|---|---|
requestIdrequired | string (uuid) |
paymentIdrequired | string (uuid) |
Responses
Automatic PIX payment detail with additional fields
Automatic PIX payment
Payment primary identifier
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`).
Payment amount
Payment description
Payment scheduled date
Payment end to end identifier
Details about an error that occurred with the automatic PIX payment
External identifier for the payment
Payment recipient identifier
Indicates if this is the first payment
Indicates whether the payment reached the scheduled status in the last attempt. Useful to determine if a retry can be executed.
Code Examples
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'