#Nadiya-Connect
1 messages · Page 1 of 1 (latest)
hmm... i think so, but not sure what you exactly meant by 'clone'
this is what they wanted to do in each page: P1 , P2 etc..
for example,
for the last case #4, the first page is something that should be purchased using individual stripe account related to that landing site.
but for the subsequent pages, the payment should be gone to the stripe connect account.
but user only want to submit the card details at once (ie, at page 1).
So, is there any way to store the card details on both the stripe account and its connect account linked to the landing site
You can copy the payment method that you collected in platform to connected accounts.https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods
Is the individual stripe account in your description the platform?
then which account in your description is the platform?
sorry, i don't understand what you mean..
but this is what they want
for some admin products (affiliate) , it has a 30 days money back policy, so in that case, on Page 2 (P2),
- when customer purchase a product, money should go to the platform account.
- once the 30 days is over, and no compliance issues, then platform account plan to send the money to its respective connected accounts (if the product is shared by multiple people) .
for eg: 30% to connect account #1 and 70% to connect account #2
OK, so basically you want the platform account to collect the payments and transfer the money to connected accounts in a later stage?
yes
yes, that's also a question, but my actual question is this one 👇
" if they add a card, is it possible to store the card details on both individual account and its corresponding stripe connect account?'
a landing site is associated with both a normal stripe account (connected using key pairs), and a connect account.
so first page of payment page is always key pair account, but on the second page, need to send money to connect account
what's the relationship between the individual account and corresponding stripe connect account ?
if the individual account is platform, then you can copy the payment_method to the connected accounts, as per this doc (https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods)
Otherwise, you can't copy,
no, individual account is not a platform account
If that's case I'm afraid you can't copy the the payment_methods then.
is there any way we can send card details to 2 different accounts to process?