We have requirements to not have credit card details passthrough our servers and to also be able to make recurring payments using a token that will be needed for at least a year.
When I tried out the Secure Acceptance Flex Microform sample application it is returning a transient token that expires in 15 minutes.
Is there a way we can use the secure acceptance flex microform and receive a token that could be used for recurring/on-going payments?
05-04-2023 09:36 AM
The transient token is designed to be short lived for security purposes, thereby reducing fraud.
07-03-2023 02:36 PM
To obtain a non-expiring token for recurring payments using Cybersource Secure Acceptance Flex Microform, you can leverage the Silent Order Post (SOP) API. Secure Acceptance Flex Microform itself provides a transient token, but for long-term use, you should implement SOP for recurring payments. SOP allows you to securely tokenize and store payment information without it passing through your servers, and it provides a non-expiring token that can be used for recurring transactions for an extended period. Implement SOP according to Cybersource documentation for a seamless and secure solution.
02-21-2024 02:38 AM