- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Solution.
โ07-09-2018 02:35 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
โ07-09-2018 10:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
โ07-09-2018 10:46 PM

