1 resposta
So you want Authorize.net to call into your custom REST service?Is your RESTful web service public? If not, Authorize.NET would need to include the "Authorization: Bearer securityToken" header with each request to authenticate the request.You can see details for how to make a public RESTful web service in - Quick Tip – Public RESTful Web Services on Force.com Sites (https://developer.salesforce.com/blogs/developer-relations/2012/02/quick-tip-public-restful-web-services-on-force-com-sites.html)