You need to sign in to do that
Don't have an account?
AnkitAgarwalSF
Payment gateway integration in salesforce
Hi,
I want to integrate the payment gateway in salesforce. When a user clicks on the 'Credit Card' button on visualforce, a new window (iFrame or Canvas app, which one is better?) should open which will display the page provided by our payment team. The customer details should be auto-populated and only card details should be entered. Once user hits 'Submit' button, the payment should be processed and I should be able to capture the response (get the unique refrence number) and store the same in my payment record.
Please let me know:
1- How to launch the new window - iFrame or Canvas app, which one is more secure and seamless, i think its canvas app
2- How to send/capture the request/response if I am using a Canvas app
Appreciate any help here.
I want to integrate the payment gateway in salesforce. When a user clicks on the 'Credit Card' button on visualforce, a new window (iFrame or Canvas app, which one is better?) should open which will display the page provided by our payment team. The customer details should be auto-populated and only card details should be entered. Once user hits 'Submit' button, the payment should be processed and I should be able to capture the response (get the unique refrence number) and store the same in my payment record.
Please let me know:
1- How to launch the new window - iFrame or Canvas app, which one is more secure and seamless, i think its canvas app
2- How to send/capture the request/response if I am using a Canvas app
Appreciate any help here.
You can refer this link
http://php-salesforce.blogspot.in/2011/02/salesforce-paypal-integration.html
Thank you
Can you provide me sample code on that? Can you email?