Thanks guys, I ended up not using Stripe for this app after all as I could get by without it this time.

Apparently in Europe we need to comply with SCA, and I couldn’t figure out how to either:
a) populate Stripe’s Checkout popup with user’s cc address data from my app’s inputs
or
b) pushing the address from Stripe into my app’s database.

I would like to be able to do that because:

  1. I don’t want users to have to fill out their address twice, unless they have a shipping address that differs from their credit card address.
  2. I would like only having to check data in one place; my app’s database, not going to Stripe’s dashboard for the address and my app’s database for other data (such as quantity, customer type etc.)

I don’t know if this makes any sense, there might be a super easy solution that I haven’t found?

I will likely need to use Stripe payments in a different app I’m planning, and if anyone could either point me to where this has been discussed in detail before, or give a simple explanation on how to achieve auto-population one way or the other, I’d appreciate it!

Cheers! :slight_smile: