function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Frank Mamone 6Frank Mamone 6 

Apex to Cybersource Integration

Hi,

Is it possible to integrate to Cybersource directly from Visualforce pages in Salesforce?  They don't have an API, but we can certainly try to translte the existing java or C# they provide.

Has anyone accomplished this?

Thanks,
Frank
James LoghryJames Loghry
Yes, you can.  You'll need to expose a REST service through Apex, but you can iframe the hosted order page from Cybersource and interact with it.  Like you mentioned, there's several Java based examples on there, but they apply for the most part to Apex as well.
Amish Ranjit 1Amish Ranjit 1
Its preety easy if you create apex class from WSDL .