Hello,
I was wondering when this new change gets implemented on May 13th: https://developer.cybersource.com/docs/cybs/en-us/platform/relnote/all/na/rn-2025-01-03/rn-announce....
Will older version get affected and need to add a p12 cert. or will it only be version 1.219?
Thank you.
01-06-2025 11:23 AM
Hey,
Yeah I was also looking into this Cybersource P12 cert + SOAP API update thing, and honestly it feels a bit confusing at first glance.
I faced something similar when a payment API we were using suddenly pushed cert-based auth changes, and older endpoints didn’t break immediately but started acting weird after a short window.
From what I understood (not 100% sure though), usually these updates don’t break everything at once — older versions sometimes keep working but get “soft deprecated”, and then you’re forced to move to the newer auth method.
What worked for me:
I checked which API version was actually still supported in production logs
Started testing P12 cert in sandbox early (don’t wait till deadline tbh)
Kept both old + new flow running in parallel for safe migration
We also had a small internal dashboard in Dooflix to track API failures, and that helped catch issues early before users noticed.
Not sure if it’s exactly same case here, but I’d definitely not rely on old SOAP version after the date.
Are you planning to migrate fully before May 13th or just test first and wait?Hey,
Yeah I was also looking into this Cybersource P12 cert + SOAP API update thing, and honestly it feels a bit confusing at first glance.
I faced something similar when a payment API we were using suddenly pushed cert-based auth changes, and older endpoints didn’t break immediately but started acting weird after a short window.
From what I understood (not 100% sure though), usually these updates don’t break everything at once — older versions sometimes keep working but get “soft deprecated”, and then you’re forced to move to the newer auth method.
What worked for me:
I checked which API version was actually still supported in production logs
Started testing P12 cert in sandbox early (don’t wait till deadline tbh)
Kept both old + new flow running in parallel for safe migration
We also had a small internal dashboard in Dooflix to track API failures, and that helped catch issues early before users noticed.
Not sure if it’s exactly same case here, but I’d definitely not rely on old SOAP version after the date.
Are you planning to migrate fully before May 13th or just test first and wait?
04-12-2026 06:19 AM
Show moreShow less
Hey, I was actually looking at the same update notice earlier, so I get why you’re confused.
From what I understand, the main concern is whether older SOAP versions will break after May 13 or if the P12 cert requirement is only for the newer 1.219 release. It’s kinda unclear in the wording, which is why a lot of devs are asking the same thing.
I faced something similar in another gateway upgrade — usually older versions don’t break instantly, but they start enforcing new auth methods step by step.
What worked for me:
Don’t wait till deadline, test in sandbox early
Keep cert migration ready even if you’re on older version
Double-check deprecation notes, sometimes “optional now” becomes “required later”
At my end Dooflix) I also had to adapt APIs for bookings, so these transitions feel familiar.
Are you planning to upgrade now or wait for confirmation from Cybersource support?
05-01-2026 04:07 AM