URGENT (Paypal Upsell giving POST error on LIVE processor)

Hello! I was doing a LIVE test for paypal integration and the checkout page front-end worked perfect but then I have an upsell of a subscription with 7 day free trial and the subscription WENT THROUGH on the paypal end. But on my screen I reserved this POST ERROR and it did not redirect to the next page!

Any fixes? Please this is super urgent.

I have live api keys for paypal set up AND the funnel settings set to LIVE MODE (not test mode)

Hey there,

This error shows when any of these issues are happening:

- Phone number is invalid. Putting “aasdfasdf” inside phone number box will cause the error since Paypal expects a real phone number (same applies for the country)

- Country code is invalid (For example, full country name is set as name instead of GB, US…etc or there is a space in the country code set as C A instead of CA)

- The currency is invalid

- Having space in page url

- Wrong paypal credentials: Check is that you added your PayPal credentials correctly:

  • If doing test purchases: use your sandbox credentials
  • If doing live purchases: use your real credentials

In both cases, make sure that you copied the whole client id and secret key and pasted it without pressing the tab key or adding extra spaces.

Have a look at the article here for the details: PayPal | Funnelish Docs.

Let me know how that goes.

Hello! Thanks for your response!

I have tripled checked all of these and it is still glitching.

AND why when someone starts a new subscription via PayPal it creates a NEW subscription product every time within PayPal? If I were to have 500 paid subscribers, it’ll show 500 active products.

Any fix for this?