Authorize.net xml get form token for redirect method

45 views Asked by At

I am puzzled, on Authorize.Net developer section for integration to BofA, is there a method to get the form token that I am overlooking so I can use the form redirect to authorize.net like I did with Payeezy worked (deprecated) and part of an ARB example from stackoverflow post.

post_url = "https://apitest.authorize.net/xml/v1/request.api"

versus

post_url = "https://accept.authorize.net/payment/payment"

REFERENCE: https://developer.authorize.net/api/reference/index.html#gettingstarted-section-section-header

I found various examples of types of transaction calls, yet nothing My test credential works, and the samples populated JSON and XML work yet I believed I could redirect to an authorize.net hosted form versus hosting their iframe on my secure page. I looked through the GitHub resources and nothing has led me to any series of Create Transaction Request or GetToken with just the Authentication credentials and Amount as suggested and then send over the extra User Fields collected and let Authorize.Net host and handle and finish the payment processing and receipt, instead of on my SSL hosted client.

suggested examples or links appreciated.

goal: to have a simple XML calling function to get a Form Token from Authorize.Net and then turn around and Submit via form redirect to authorize.net hosted ssl page instead of an ssl embedded iframe on my site.

0

There are 0 answers