What is the easiest way to generate a token for Accept Hosted redirect payment page?
I want to pass 4 form fields to the payment page.
<input type="hidden" name="token" value="Replace with form token from getHostedPaymentPageResponse" />
This is our first Auth.net payment page.
Using our ID and Tran Key, I am able to get a token in the API Live console, how do I implement the code on our page? Currently I will get "Missing or invalid token".
Thank you,
โ11-17-2023 07:30 AM