Struggling with PayPal Live Subscriptions While Sandbox Works Fine

0
4
Asked By TechGuruX23 On

Hey everyone, I'm dealing with a frustrating issue regarding PayPal Subscriptions and I'm hoping to find someone who has experience using Laravel with the PayPal REST API. Here's the situation: My backend is built on Laravel and everything runs smoothly in the Sandbox environment, but when I switch to Live mode, I hit a wall. When I try to subscribe to a plan using the live approval link, I get a message that says, "We're sorry, things don't appear to be working at the moment."

I've already confirmed several things: the subscription plan is created in the PayPal Dashboard in Live mode, I tested the live approval link in incognito mode and saw the same error, and while there are account limits, they're definitely not blocking anything. I'm using the correct Live app credentials, and I've ensured that subscriptions access is enabled. The logs show that the GET subscription calls succeed without errors, and my API logs in PayPal are clear. I also made sure that Encrypted Website Payments is turned OFF.

What's baffling is that everything works perfectly in Sandbox, with no meaningful error message or failure logged for Live. I'm left wondering whether there are hidden requirements for Live subscriptions or if this could tie back to merchant account approval, business verification, or even country or currency restrictions. Has anyone else encountered this vague PayPal error only in Live mode? Any insights would be greatly appreciated!

2 Answers

Answered By CodeNinja42 On

It sounds like a classic issue with PayPal's live environment. Sometimes, even though everything seems fine on the surface, hidden configurations or requirements can cause hiccups. I'd recommend checking if your merchant account is fully verified. They often have extra checks in place for live transactions that might not surface in the Sandbox.

Also, make sure that your country and currency settings in your PayPal account align with your application requirements. It might be worth reaching out to PayPal support directly as they can provide more detailed insights based on your account and specific error logs.

Answered By DevDude11 On

I had a similar problem a while back. In my case, it turned out that my business verification wasn't fully completed. PayPal can be a bit finicky about that. Make sure all your KYC (Know Your Customer) documents are submitted and reviewed! Additionally, if you have any transaction limits, even if they’re not blocking at the moment, they might cause issues sporadically. Don’t hesitate to follow up with their support if needed!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.