#results23
1 messages · Page 1 of 1 (latest)
Apologies for the delay, can you send me the ID of a subscription that you saw this paypal behavior for? (sub_123)
Does your code get an error when attempting to update the subscription to use the paypal PM?
sub_1OegWZKSVjvwOEDBWoO24Zdv
it looks like it attempts to replace the subscription, but then does not complete
No error that I can see, just paypal gets removed from the accept payment methods
Hello! I'm taking over and catching up...
I'm seeing the API request you made to create this Subscription, but I'm not seeing any attempts to update it. Do you have the request ID showing your attempted-but-failed update request? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hey @lofty idol thanks for your help! we have not update. we have update but not in request fail.
It looks like your're passing the wrong Subscription ID in that request.
Stripe Subscription IDs start with sub_ but you're passing in something that starts with donation_subscriptions_...
oh ok it's weird it's worked sometime but i can debug now. can you show me where you see this please in dashboard?
oh ok it's because i use
$this->stripeApi->retrieveSubscription($id);
Do you know if we can get the subscription by name?
Name? Subscriptions don't have names. They have the properties documented here: https://stripe.com/docs/api/subscriptions/object
oh your right thanks for clarify. i will check to fix this error for sure it's this is probleme with the paypal. thanks!