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 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