Hello,
I'll try to keep this short. I believed this process to be relatively simple but, alas.
I am using my own payment form and I'm using Accept.js to integrate the payment gate into my websbite using Javascript. When I test the code and hit the button on the form to submit all the credit card information, nothing happens. I have no way to verify if the transaction went through. Looking at the documentation, if the transaction was successful something saying so should've been returned - but again, there was nothing. I put my API call in the HTML file, and nothing happened. I moved it to the Javascript file, and nothing happened. I have included the Accept.js library in my HTML file using <script></script> tags.
If you have advice to impart, I would be very grateful.
Thank you.
โ03-26-2023 06:05 PM