Currently, I'm working with 2 apps where user can generate a payment token associated with their account. 1 uses the Secure Acceptance Hosted Checkout and the other uses Flex Microform. 1 possible case involves the user's card being captured via the Microform and then later updated via the Hosted Checkout.
The docs mention being able to replace the billing info associated with the Flex token, but it's unclear the mechanism available. I'm aware that the Hosted Checkout supports updating this info, but it's preferred to make the update without prompting the user via the Hosted Checkout so the user never needs to see the default address or require putting in their address twice. Is there an endpoint that can be uses to achieve this?
05-10-2022 03:05 AM - last edited on 05-10-2022 02:47 PM by KH-Taylarie
Still waiting for reply!!!
05-10-2022 09:39 PM
Could you please share the following:
1. The version of Flex API you are using
2. What exactly is the user scenario for "update" of the Billing address and why is that required for your application ?
Based on these, we can provide solution options.
08-09-2022 01:26 PM
Hello,
I don't know if it's the intended way of doing things for cybersource, But there is a soap service named "paySubscriptionUpdateService" in the simple order (soap) api that allowed me update the name & address on a token generated via the flex api.
11-06-2022 03:26 AM