Authorize a recurring payment with a credit card
Environment | Method | Endpoint |
|---|---|---|
Sandbox | post |
|
Production | post |
|
Add the RecurrentPayment node to the Payment node to configure a recurrence when authorizing a transaction for the first time in the series of recurrences.
Identification of transactions originating from payment links for Elo cardsStarting October 17, 2025, it will be mandatory to identify transactions originating from payment links for Elo-branded cards. Send the parameter
Payment.SolutionType= "ExternalLinkPay".
Recurring payment transaction response
The following table presents the main parameters that can be returned by the API when creating a recurring payment.
Property | Description | Type | Size |
|---|---|---|---|
| ID that represents the recurrence, used for future queries and changes. | string | 36 |
| Date when the next recurrence will occur. | string | 10 |
| Date when the recurrence ends. | string | 10 |
| Interval between recurrences. | string | 10 |
| Defines whether the first recurrence will be authorized immediately or not. | boolean | |
| Mastercard account status feedback
| string |
Fields returned by Renova Fácil
| Propriedade | Descrição | Tipo | Tamanho |
|---|---|---|---|
NewCard.CardNumber | Shopper's new card number. | string | 16 |
NewCard.ExpirationDate | New expiry date of the card. | string | 7 |
NewCard.Brand | Card brand. | string | 10 |
NewCard.SaveCard | Identifies whether the card generated Cardtoken during the transaction. Find out more about Tokenization of Cards | booleano | *** |
Acquirer Rede
- For the Rede2 provider, the response will return the
BrandTransactionId, which is the identifier of recurring transactions with the flags at the Rede acquirer.- For each new transaction in the sequence of recurrences, the
BrandTransactionIdmust be entered.- For Visa or Elo brands, enter the
BrandTransactionIdreceived in the first transaction.- For Mastercard, enter the
BrandTransactionIdreceived on the first or previous transaction.- The value of the
BrandTransactionIdwill be new with each recurring transaction response.