#mdi80
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
hi, there are restrictions on cross border transfers : https://stripe.com/docs/connect/account-capabilities#transfers-cross-border
you could consider some of the approaches suggested there :
So how can I set settlement merchant for the payment intent of user checkout session to be affiliate user
you could use Direct Charges, or https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-on_behalf_of
or https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-on_behalf_of since you said it's subscriptions
Thanks for link could you wait and do not close so I read docs
it is not possible to create a payment intent that its source is my stripe platform and send money using it to the connected account?
I'm not sure what that means, could you elaborate/explain an example?
I want to send money to one of my affiliate that is connected to my platform.
There is not any way that I can pay to them using payment intent
well the PaymentIntent is used to charge an end-customer; and then you use Transfers to send money(and that money comes from charging your end-customers) to connected accounts.
I'd suggest reading in more detail about Connect : https://stripe.com/docs/connect/charges