Transaction Flows
The SDK supports multiple transaction flows to accommodate diverse use cases, from single-step payments to multi-step preauthorization and confirmation processes. This flexibility allows developers to choose the flow best suits their application's requirements while maintaining security and reliability.
The available transaction flows are:
Payment with Pre-Authorization
A two-step process where a transaction amount is preauthorized before being confirmed for settlement. Ideal for scenarios where the exact final amount is unknown (such as EV charging).
Closed Loop Transaction
Closed-loop transactions refer to operations using MIFARE cards. A MIFARE card UID is used to process the operations in their application server, which does not involve bank transactions.
Single Step Payment
The single-step payment flow allows for immediate authorization and settlement in one operation, streamlining the payment process for use cases that require fast, straightforward transactions.
Updated 4 months ago