#elite0824
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.
- elite-subscription-pause, 22 hours ago, 18 messages
- elite0824, 1 day ago, 18 messages
To check what the error message says: did you attach this payment method to the customer first?
No, this payment method is attached to other user so I can't attach it to current user.
Can you tell me more about your usecase? Stripe does not support using one Customer's payment method to pay for something associated with another Customer, so that sounds like it is the cause of your error
I want to make that one customer sponsor other customer using his payment method.
So I tried to create subscription of one customer using other customer's payment method but got the error above.
Gotcha, unfortunately that is not supported at the moment but I can raise feedback about it
For now you would have to create the subscription on the customer that owns the payment method and then designate in your system that that subscription should provision access to your other user
Can I do this using api?
From the Stripe API perspective it would be a normal subscription, the difference would be logic on your side to designate who gets provisioned stuff for this subscription being active
No, that is not supported
Thanks.