#elite0824

1 messages · Page 1 of 1 (latest)

nocturne jasperBOT
#

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.

proper pagoda
#

To check what the error message says: did you attach this payment method to the customer first?

plush inlet
#

No, this payment method is attached to other user so I can't attach it to current user.

proper pagoda
#

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

plush inlet
#

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.

proper pagoda
#

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

plush inlet
#

Can I do this using api?

proper pagoda
#

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

plush inlet
#

Can one customer create other customer's subscription?

#

@proper pagoda ?

proper pagoda
#

No, that is not supported

plush inlet
#

Thanks.