#Jose-payments

1 messages · Page 1 of 1 (latest)

coral shuttle
#

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)

native ingot
#

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

coral shuttle
#

it's possible then but we don't document those approaches since 99% of users wouldn't use them

native ingot
#

oh, could you point me in the right direction then?

coral shuttle
#

probably best to reach out to our sales and support teams!

native ingot
#

ok, that's what I was thinking about

#

and use a setupIntent to collect the bank account

#

which internally also creates a payment method

native ingot
#

last question, once we have the payment methods, is there any way to make a payment through the API?

hardy osprey
#

Yes, PaymentMethods can be charged by creating a PaymentIntent

#

Can you tell me a bit about how you plan to charge your users after collecting this info?