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
Coffee08Coffee08 

Get the data enclosed in a POST request

Hello,

I am a salesforce partner. I have a customer who is having a problem with credit card processing. He is getting an error everytime someone tried to purchase something with a credit card. Upon speaking to the bank, the bank requested to be provided with the POST request that is being sent to them. So, I need to provide my customer with this information.

How do I access the data enclosed in a POST request? In other words, where can I find this POST request that is being sent to the bank?

Thank you for your help.
ShashankShashank (Salesforce Developers) 
You can probably try SoapUI to capture the request. Also, not sure how relevant it is, but have a look at this: http://www.fishofprey.com/2011/10/viewing-apex-callout-request-and.html