#bennet-IBAN-number
1 messages · Page 1 of 1 (latest)
hello, pretty sure there isn't an option for that, you could collect the full IBAN on your end and store it if needed but I'm not sure on any regulatory concerns on that
regulary concerns are none of my business but the clients ones ^^ I'm using the stripe.js lib in the frontent so I'm not having full control over the input field do I? From my understanding the only way to attach a payment method to a customer is over stripe.js and then optionally posting that token to the backend but at no point is the raw user-input exposed.
Or maybe this is the thing i'm after. So i would be able to create my own set of inputs and then post to the backend?
yeah I meant using your own inputs instead of the IBAN Element but let me check if that is peaceful (like for card details, you have to use Stripe's Elements fields otherwise you're on the hook for PCI compliance burdens)
I'm not looking to save CC details, only the IBAN of the account, nothing else
yeah so you can use your own input fields for that
I see the pci-compliance guide stripe has put up and I don't think that would be a problem for my customer.. either way not my problem ^^ Thanks for the input (badumz) 😄