#ebellotpu6
1 messages · Page 1 of 1 (latest)
What Stripe product are you using ?
E.g Stripe Element you can support multiple Payment methods type :
https://stripe.com/docs/payments/payment-element
yes, i am using it
but with that approach I can't get the iban number to store in a database
Are you PCI compliant to store Payments details in your database ?
yes, you can't store the card details, but the iban number is allowed
Not sure about that... but then you need to create your own form in order to collect these details. I invite you to check this with a PCI compliant service provide before doing this.
yes, I have done it and the lawyers have approved it
so, what I have to do is to create two separate forms?
one for credit card and one for sepa?
??
In your case I think so yeah
Okey, any example to integrate stripe with custom forms?