I just started implementing react-accept.js as a solution using the Hosted Payment form. I'm able to trigger the modal and collect the credit card info and the API is returning the correct data object as per the documentation. But... what do I have to do to actually charge the card an amount? I don't see anything in the documentation where I can send up a dollar amount using the Hosted Payment form response object? Is there a way to add a transaction amount to the submission? Do I have to make an additional call with the payment amount in the submission handler? (And if so, what is the endpoint and what should the payload be?)
I've looked at the documentation but all I'm seeing is server-based solutions... Is there a way to submit a payment directly from a React app?
โ10-07-2022 01:20 PM
I am also confused and in need of light on this same issue. Need help.
โ10-10-2022 04:37 AM - last edited on โ10-17-2022 07:51 PM by KH-Taylarie
Selecting the right technology for developing an application or website is becoming more challenging. Among all, React is considered as the fastest growing Javascript framework.
โ10-10-2022 10:21 PM - last edited on โ10-17-2022 07:50 PM by KH-Taylarie
Making payments through cards is more convenient in exchange. This method is almost completely used now the backrooms
โ10-11-2022 02:36 AM - last edited on โ10-11-2022 07:50 AM by Kh-SabW
why is this so incredibly hard to do? I've done credit card payments using Stripe in React and it's been a breeze. it seems I can't find any straight forward examples of how to do simple credit card processing to Authorize.net in React. I've come to the developers forum only to see that even BASIC questions go unanswered here! this is sad and frustrating.
โ10-30-2024 11:41 AM