#Basau - Payment Intents
1 messages · Page 1 of 1 (latest)
Hello! Not sure I understand your question. Do you mean "destination" as in a destination charge with Stripe Connect or something else?
I have some users that pay for something in my app. That something is owned by another user . But they attach stripe when they want . And when they actually decide to attach a stripe account I want to create their balance from possible previous payments
Because payment destination now is empty because that user who own the product has no stripe account attached
To do the payments I use stripe JavaScript sdk, and I create a payment intent from one user to another but in this case that another user does not exist yet in the stripe environment
That sounds like a use case for Connect and separate charges and transfers: https://stripe.com/docs/connect/charges-transfers
You would create the charge on your platform account and later transfer all or some of those funds to a connected account.