#julesr-account-transfer
1 messages · Page 1 of 1 (latest)
I don't have context on your ask, but there shouldn't be a need to do a "token transfer" into an Express account. If you use Express accounts you are supposed to use destination charges and it'd all happen in the platform account
so we should get the tokens transfered in to our main account and not the sub account?
that's my intuition though I don't know the specifics about your integration so I can't tell you for sure
We use tokens for recurring charges. we are importing tokens from Worldpay for a client to use on our platfrom with stripe
@merry yarrow but how do you create charges? Do you use destination charges? That's the information that matters
@slender radish (sorry bad auto-complete)
For example do you have an example Test charge id ch_123 I can look at?
@slender radish Are you still around? Wanted to see if you're looking for a clear example so that we can help you
@slender radish opened your thread back up!
Thanks, this is the question i need
I'm asking this to enginnerering here re: Do you use destination charges
we are using on_behalf_of, and transfer_data->destination on paymentIntent and setupIntent
Catching up on what was said earlier, I agree that if you're doing destination charges w/ express accounts there shouldn't be any need for you to do a "token transfer" into your express account.
Please invite nasa51#7278 here
we have 50 clients we will be bringing into stripe from worldpay or openedge. we need to transfer tokens in for their customers so we can do recurring charges and use the card on file for the member, on our pos
@wanton carbon
yes
Yes, but when you do the transfer you would want to transfer those tokens to your platform account, since with destination charges you are creating the Payment Intent and using payment methods that are saved on the platform
Hello, what if payment method and customer account has not been created on Stripe, if it is exists on WorldPay or OpenEdge
Even if the paymet method and customer haven't been created on Stripe that shouldn't matter. You would still want to do the transfer of this information into your platform account, not the express account.
What matters here is the type of integration you're doing - since you're doing destination charges you want the platform to have all the information. If you're doing direct charges then each connect account needs the information
Could there be token mix up? Is there risk of same token across multiple clients??
Destiation charge, you mean we do the charge and then payout, right?
Yes, with destination that's on you to control which token to use since all of that information lives on your account
question - Could same CC saved on two stripe payment methods and attached to two different customers?
Yes, that's very possible - Stripe doesn't do any deduplication on our end so the same payment method could be added multiple times
Does that all make sense @wanton carbon @slender radish ?