- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
{ "description":"test description", "payer":{ "payment_method":"PAYPAL" }, "plan":{ "type":"MERCHANT_INITIATED_BILLING", "merchant_preferences":{ "return_url":"https://ooo.xxx.com/v3/subscription/webhook/paypal?service_plan_id=service_plan_id1&action_type=acti...", "notify_url":"https://paypal-webhook-dev.ooo.co", "cancel_url":"https://dev.furbo.com", "accepted_pymt_type":"INSTANT", "skip_shipping_address":true, "immutable_shipping_address":true } }, "merchant_custom_data":"{\"country\": \"DE\"}" }
Here is my request payload, I expect it should redirect to https://ooo.xxx.com/v3/subscription/webhook/paypal amd it worked before, but now it is broken. It redirects to https://ooo.xxx.com/ instead, and this only happen in the sandbox environment.
The production environment works as usual.
Here is the response I got.
{ "token_id":"BA-2CG64922XT939380R", "links":[ { "href":"https://www.sandbox.paypal.com/agreements/approve?ba_token=BA-2CG64922XT939380R", "rel":"approval_url", "method":"POST" }, { "href":"https://api-m.sandbox.paypal.com/v1/billing-agreements/BA-2CG64922XT939380R/agreements", "rel":"self", "method":"POST" } ] }
Is this an issue or it just an update of the API?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have observed exactly the same problem for both PRODUCTION and sandbox. SetExpressCheckout calls from our subscription provider to PayPal ended up in the wrong redirect-url. Our provider confirmed that the problem occurs with other customers too.
Due to the wrong url no bookings are possible at the moment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Sandbox account collect billing and shipping address in Sandbox Environment
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment
- NOT ENABLED TO VAULT PAYMENT SOURCE in Sandbox Environment
- p is not a function error using the example downloaded from Paypal in SDKs
- Not receiving any confirmation emails for sandbox account in Sandbox Environment