For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction linking

For clients using Certta 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 referenceToken when calling the endpoint.

Check out Transaction Creation Integration for more details on how to create transactions.

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