#Jose-payments
1 messages · Page 1 of 1 (latest)
hi! well, what would "owning the UI" mean to you exactly?
also you need to be aware of PCI compliance(that's why we have Elements, you never really want to be handling card details in your own code)
in our current system we already have all that in place and are PCI compliant, we tokenize card information and use Plaid for bank account verification
we are looking at replacing our current payment processor with Stripe and would like to keep the same flow
it's possible then but we don't document those approaches since 99% of users wouldn't use them
oh, could you point me in the right direction then?
probably best to reach out to our sales and support teams!
but like for example https://stripe.com/docs/api/payment_methods/create#create_payment_method-card can be used to pass raw card details from a backend server when not using Elements/Checkout
ok, that's what I was thinking about
and use a setupIntent to collect the bank account
which internally also creates a payment method
last question, once we have the payment methods, is there any way to make a payment through the API?