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
Syed Moin PashaSyed Moin Pasha 

I need to implement YODLEE API in Salesforce

Hi,
I have a requirement to make a online payments using YODLEE API. So please help me to complete this task.
Thanks,
Syed Moin Pasha
SwethaSwetha (Salesforce Developers) 
HI Syed,

In Salesforce, Apex provides integration with Web services that utilize SOAP and WSDL, or HTTP services (RESTful services). Please review below articles for details along with examples. You will need to customize code according to your requirements.

Invoking Callouts Using Apex:
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts.htm
​​​​​
Rest API basics:
https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_rest

https://developer.salesforce.com/forums/?id=9060G000000MTmhQAG
https://salesforce.stackexchange.com/questions/136820/consume-a-third-party-rest-api-in-salesforce

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this
information useful.
 
Thank you