#tony-connect

1 messages · Page 1 of 1 (latest)

void quail
#

hey! You set it when initialising the library with

 PaymentConfiguration.init(
            applicationContext,
            publishableKey, // platform key,
            "acct_xxxx"
        )
hushed ocean
#

aha, okey. that makes sense

#

one more question there @void quail : Is it right to assume that the client will have to create a new payment method (with the connected accounts Stripe Account ID), when you have a situation like this ?

Situation: Customer has cards saved with own account Account. Customer has to purchase something at Connected Account "Connected_Account"

void quail
#

that's one way to do it yes

hushed ocean
#

is there a better way ?

void quail
hushed ocean
#

Yeah, probably this is better

#

Thanks