Get recurrent payment details

Query a recurring transaction by providing the RecurrentPaymentId.

EnvironmentMethodEndpoint
Sandboxhttps://apiquerysandbox.cieloecommerce.cielo.com.br/1/RecurrentPayment/{RecurrentPaymentId}
Productionhttps://apiquery.cieloecommerce.cielo.com.br/1/RecurrentPayment/{RecurrentPaymentId}

Recurring order query response

The table below presents the main parameters that can be returned by the API when querying a recurring order.

PropertyDescriptionTypeLength
InstallmentsNumber of installments.integer2
RecurrentPaymentIdID representing the recurrence, used for future queries and changes.string36
NextRecurrencyDate when the next recurrence will occur.string10
StartDateDate when the recurrence starts.string10
EndDateDate when the recurrence ends.string10
IntervalInterval between recurrences.string10
CurrentRecurrencyTryCurrent recurrence attempt number.integer1
RecurrencyDayRecurrence day.integer2
SuccessfulRecurrencesNumber of successful recurrences.integer2

ℹ️

Only transactions within the last three months can be queried via API.

Language
Click Try It! to start a request and see the response here!