Open edios-global opened 3 years ago
@edios-global If you are saving user's card details in the server, that would violate PCI compliance https://stripe.com/en-ca/guides/pci-compliance.
You can retrieve the card detail from Stripe. Here is one of the setups you can try:
This setup works because you only need to save customer id in the server.
Is there any option to save card details on user side?