0

I know I can save a card with a customer in Stripe and use it for later. My question is can I save the customer with the card on the main Stripe onboarding account and use that customer for all sub accounts (connected accounts). Or does the customer have to be created and saved on each connected account to work.

Stripe Payment: Save token and customer and make payment later from token

Mike Flynn
  • 22,342
  • 54
  • 182
  • 341

1 Answers1

0

Stripe connected accounts would need to have copies of those customers and cards associated with their accounts to be able to process charges for those cards/customers.

There are ways to copy payment methods from the Platform to the Connected account that are detailed here which you might find useful.

RyanM
  • 2,199
  • 2
  • 18
  • 25