#Do you know da wae?
1 messages · Page 1 of 1 (latest)
hello! I believe what you're looking for is what we term Auth and Capture : https://support.stripe.com/questions/using-authorization-and-capture-with-paymentintents. I don't understand what you mean by without being PCI compliant though
i am using the Stripe SDK in my flutter app so that i myself don't have to fulfil the PCI Compliance requirements, everything is working smoothly, but we want to add a refund option as well in our app, so to add a refund option do we need to fullfill extra requirements?
No, there's no additional requirements
https://pub.dev/packages/flutter_stripe
these are the two packages that we have shortlisted for now, and they claim that they solve the PCI Compliance for us as long as we don't use stripe APIs and that we dont store any sensitive data.
thankyou for the answer.