1st transaction is payed as normal. 2->n transactions are automatically payed, without any user interaction.
The flow is:
- Post first pretransaction.
- User payes as normal, but included is a user concent for recurring.
- Get transaction to get the recurringId.
- Post 2nd transaction (which is automatically payed)
Enable recurring/post first transaction
User payes (recurring concent)
Get transaction
- Retrieve the recurringid
Post 2nd transaction
- Add recurringId when posting subsequent transactions.
- It is not necessary to specify EnableRecurring when RecurringId is used.
- There is no sms sent to the user for the 2nd recurring transaction.