Modify recurrent payment day

EnvironmentMethodEndpoint
Sandboxhttps://apisandbox.cieloecommerce.cielo.com.br/1/RecurrentPayment/{RecurrentPaymentId}/RecurrencyDay
Productionhttps://api.cieloecommerce.cielo.com.br/1/RecurrentPayment/{RecurrentPaymentId}/RecurrencyDay

When changing the recurrence day, consider the following rules for executing the update in the API:

  1. If the new day provided is after the current day, we will update the recurrence day to take effect on the next recurrence.

Example: today is 05/05 and the next recurrence is 25/05. When updated to the 10th, the next recurrence date will be 10/05.

  1. If the new day provided is before the current day, we will update the recurrence day, but this will only take effect after the next recurrence is successfully executed.

Example: today is 05/05 and the next recurrence is 25/05. When updated to the 3rd, the next recurrence date will remain 25/05. After its execution, the following recurrence will be scheduled for 03/06.

  1. If the new day provided is before the current day, but the next recurrence is in another month, we will update the recurrence day to take effect on the next recurrence.

Example: today is 05/05 and the next recurrence is 25/09. When updated to the 3rd, the next recurrence date will be 03/09.

Path Params
string
required

Recurrence identification number. Size: 50.

Body Params
int32

Recurrence day. Size: 2.

Headers
string
required
Defaults to 8937bd5b-9796-494d-9fe5-f76b3e4da633

Store identifier in API E-commerce Cielo. Size: 36. This documentation provides a default MerchantId to allow testing in the sandbox, but you can also provide the enabled MerchantId during the deployment process.

string
required
Defaults to XKGHUBSBKIRXKAVPSKWLVXYCLVJUGTNZLIHPUSYV

Public Key for Double Authentication in API E-commerce Cielo. Size: 40. This documentation provides a default MerchantKey to allow testing in the sandbox, but you can also provide the enabled MerchantKey during the deployment process.

string

Request Identifier, used when the merchant uses different servers for each GET/POST/PUT. Size: 36.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json