#zombiewa

1 messages · Page 1 of 1 (latest)

turbid dragonBOT
round shoal
#

hello! can you share the request id?

hoary karma
#

req_7eQm3jIOjCmkIa

#

We basically want to store the payment info once, and then be able to use it in the connected account. We may have more connected accounts in the future for UK, which is why we want to store the information in the platform account.

round shoal
#

what's the connected account id?

hoary karma
#

acct_1MMJo5KtXdjIF6VF

round shoal
#

your request is made using the platform's secret key, but you're missing the StripeAccount header if you're trying to create a direct charge - in essence, what you've done is to make the request on your platform account.

hoary karma
#

I know about that. What we want to do is register payment method ahead of time and use it in the future.

#

This is to register the payment method, not to make a payment

#

I can make the request using the stripe account header, but then the payment method would be stored on the connected account, thereby making it not usable for other connected accounts

#

Is there some config/settings change that would allow us to store the payment method on the platform account and then use connect to collect the payment?

round shoal
#

not that i'm aware of - because BACS is only supported for those countries, and your platform account is not a supported countries, you're not going to be able to create it on your platform account

hoary karma
#

Can i add a country to a platform account? Or mark a connected account as a platform account as well?

round shoal
hoary karma
#

To clarify(assuming we have the relevant details) basically we can create a new account in UK, and have it be a platform account. Then connect it to the existing platform account?

round shoal
#

gimme a while to get back to you on this

hoary karma
#

Thanks a lot, you have been super helpful

round shoal
#

i'm assuming you wanted to create the BACS debit PaymentMethod on your platform account, and then clone it to the connected account(s)?

hoary karma
#

Yeah

round shoal
#

also, you need a mandate for BACS debits, which requires the customer to come back on session to agree to it anyway

hoary karma
#

Does cloning work for SEPA accounts or not?

round shoal
#

cloning won't work for SEPA also, similar to BACS debit, it needs a mandate

hoary karma
#

Hmm, ok, so for those 2 if i still want to store payment info on some platform account, i would need to do use "Destination Charges" or "Separate Charges and Transfers" for connected accounts(assuming the platform account supports collecting the said payment)?

round shoal
#

pretty much, yep