Transaction linking
This API is deprecated.
The Core API is no longer recommended for new integrations. It will remain functional exclusively for existing clients. Migration to the Connect API is strongly recommended.
For more details, see the Deprecation Policy.
Mobile Token and transaction linking
For clients using Caf SDKs who subsequently create transactions to perform additional validations, it is crucial to link the session tokens with these transactions to ensure full traceability of the user journey.
This process applies exclusively to clients who use both the SDK for a user session and the API for subsequent validations. If you only use our APIs directly, this step is not necessary.
This linkage is done by sending the Mobile Token (Session Token) at the time of transaction creation. Specifically, include the mobile token in the request body using the parameter Reference token when calling the endpoint.
Check out Transaction Creation Integration for more details.
By associating the transaction with the mobile token, you enable a complete audit trail that connects user authentication sessions with subsequent transaction validations, enhancing security and monitoring capabilities.
Last updated

