I want to integrate PayU with Salesforce does it requires Postman app?
Thanks in Advance
1 个回答
Postman app is to test any integration, as part of unit test or even before to test the connection/end points.
For building the actual integration solution, you may need to use an integration tool (like MuleSoft) or using apex api callouts and follow sync/async integration patterns.
Please refer PayU REST API toolkit.
Regards,
Kannan