cancel
Showing results for 
Search instead for 
Did you mean: 

Posting raw XML to Authorize.NET API

Hello everyone,

 

I'm currently trying to incorporate the Accept.js form into a legacy system, and have gotten that part to work well, but need to use the newest API in order to submit the payment nonce instead of the card info.  I'm currently using classic ASP and am just manually generating the XML to POST to the API endpoint.  Are there any potential issues I need to look out for when doing this, and is this even possible?  I realize that there isn't any sample code for classic ASP, as there's no SDK for it, which is completely understandable.  I'm just trying to meet PCI compliance ASAP and then we'll rebuild from there.

 

Best,

Jonathan Rasmussen.

jrasmussen
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

Hi @jrasmussen

 

I will not recommened it but It should work as the APIs are XML POST over HTTPS . 

 

HTTP Request Method: POST

 

Sandbox API Endpoint: https://apitest.authorize.net/xml/v1/request.api

Production API Endpoint: https://api.authorize.net/xml/v1/request.api

 

XML Content-Type: text/xml

JSON Content-Type: application/json

 

API Schema (XSD): https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd

 

https://developer.authorize.net/api/reference/index.html#authentication

 

Hope it helps !!!





Send feedback at developer_feedback@authorize.net

View solution in original post

Anurag
Moderator Moderator
Moderator
1 REPLY 1

Hi @jrasmussen

 

I will not recommened it but It should work as the APIs are XML POST over HTTPS . 

 

HTTP Request Method: POST

 

Sandbox API Endpoint: https://apitest.authorize.net/xml/v1/request.api

Production API Endpoint: https://api.authorize.net/xml/v1/request.api

 

XML Content-Type: text/xml

JSON Content-Type: application/json

 

API Schema (XSD): https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd

 

https://developer.authorize.net/api/reference/index.html#authentication

 

Hope it helps !!!





Send feedback at developer_feedback@authorize.net
Anurag
Moderator Moderator
Moderator