cancel
Showing results for 
Search instead for 
Did you mean: 

having problem getting payment pay with token

I can get a token but how do i write the url to get the page

this is in the testing mode

 

accept.authorize.net/payment/payment

 and get the message

 

missing or invaild token

 

how do i put the token number in th url

rrr944276
Contributor
1 REPLY 1

Hello,

 

The token should be the value of an input with the name of "token" posted to the URL https://test.authorize.net/payment/payment for the SandBox or https://accept.authorize.net/payment/payment for live ...

<form target="payframe" id="send_hptoken" action="https://test.authorize.net/payment/payment" method="post">
<input type="hidden" name="token" value="YOUR_TOKEN_HERE">
<input type="submit" value="Get Accept Hosted page">
</form>

  

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor