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.
Last updated