I am trying to implement recurring billing. For that, I first need to create a customer for which I will need the customer's card details. I am trying to implement this in React.js(frontend) and node.js(backend). I have found node.js sample code for doing so. But sending card detail in API call isn't safe.
So, is there any way to create the customer from React (frontend)?
โ09-11-2020 05:21 AM