Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. Post first pretransaction.
  2. User payes pays as normal, but included is a user concent consent for recurring.
  3. Get transaction GET pretransaction to get receive the recurringId.
  4. Post 2nd transaction (which is automatically payedpaid)  

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.


3rd step - POST request to /api/pre-transactions


Image Added