You need to sign in to do that
Don't have an account?

Payment gateway please help me
I am working under payment gateway , I am new to this
is it require to encode for sending our request .
I have to send four things through this
session id , application number , amount, type of process
first one is how to get session id in salesforce
after encoding ,is it the right process add each one and attach to the endpoint at the end..
please help me
Hi ,
I have made a sample code for paypal integration. Please check
http://php-salesforce.blogspot.in/2011/02/salesforce-paypal-integration.html
To get session id UserInfo.getSessionId()
If you need more info just let me know
All Answers
Apex Code or a custom button? You might do this:
In Apex Code, you can use UserInfo.getSessionId(). In any case, if they are expecting URL parameters, you'd use the url as constructed above, while if they need a post, you might instead place the parameters into the body of the request.
Hi ,
I have made a sample code for paypal integration. Please check
http://php-salesforce.blogspot.in/2011/02/salesforce-paypal-integration.html
To get session id UserInfo.getSessionId()
If you need more info just let me know
Thanks for your answer .
Am I need to fallow any security issues for making HTTPs payment gateway request, Like SSL and any thing
Billdesk people are asking our end point to send the responce . how can we generate end point for taking responce.
my code is following like this
I am getting 200 erroe in http request
Hello Murali,
Have you implemented payment gateway in salesforce successfully?, i need some guidence from you.