Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1st transaction is payed as normal. 2->n transactions are automatically payed, without any user interaction.
The flow is:

  1. Post first pretransaction.
  2. User payes as normal, but included is a user concent for recurring.
  3. Get transaction to get the recurringId.
  4. 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.




  • No labels