#kuldeep_72967
1 messages · Page 1 of 1 (latest)
@radiant fern Let's continue here
yes sure
I have to create apis using symfony php framework and store multiple cards of customers
As mentioned in the article, you should be PCI level 1 compliant or complete SAQ-D in order to pass raw card information to Stripe
If you aren't, you should use Stripe.js to collect card information and save it for future payments
I have to create APIs for frontend developers
so I think js will not be a solution?
or should I ask frontend developers to manage cards from there end and pass customer id to backend and get data accordingly?
is there any settings which I need to update in my stripe developer account?
Hey! Taking over for my colleague. First of all, are you PCI DSS compliant ?
I do not have any Idea regarding the same as its my clients account and I do not have dashboard access so I need to convey message to him
You need to double check with them first regarding this
otherwise(if they are not PC DSS compliant) you need to invite them to use one of these solutions in order to accept payment:
https://stripe.com/docs/payments/accept-a-payment
Stripe Checkout/ Embedded Checkout or Element
i did not got your point as I just have to create cards first and not need to add payment as of now. As I'm trying to implement my functionality as first I will store cards to stripe and at the time of purchasing subscriptions I can use that default card and make payment
You have two options:
- Being PCi Compliant (https://stripe.com/guides/pci-compliance) and proceed with raw card numbers
- Use one of the options in order to collect the payment methods without dealing with raw card on your side