--- title: 'PayPal: "things don''t appear to be working at the moment"' description: Why PayPal returns "Things don't appear to be working at the moment. Please try again later." during a Yatra checkout, and how to fix it in three real-world causes. --- # PayPal: "Things don't appear to be working at the moment" If your customers see this message at the PayPal step, PayPal itself is rejecting the request — Yatra has handed off to PayPal cleanly. There are three common causes, walk through them in order. > The full text of the error is usually: > _"Things don't appear to be working at the moment. Please try again later."_ ## 1. Wrong / unverified PayPal email The PayPal email you put in Yatra → Settings → Payment → PayPal Standard must match a **verified** PayPal Business or Premier account.
  1. Open Yatra → Settings → Payment → PayPal Standard.
  2. Confirm the Receiver email exactly matches the email on your PayPal account.
  3. In your PayPal account, confirm the email shows as Verified (not Unverified).
  4. Save and test a small live transaction.
> Typos, hidden whitespace, and old aliases that PayPal removed are the #1 cause we see. ## 2. Encrypted Website Payments is ON PayPal has a setting called **Encrypted Website Payments** that requires an uploaded public certificate. Yatra's PayPal Standard integration does not pre-encrypt the cart with a public certificate, so PayPal will refuse the request when this setting is on. **Fix — turn it OFF in your PayPal account:**
  1. Sign in at paypal.com.
  2. Hover the cog icon in the top-right and click Account Settings.
  3. From the left sidebar pick Website Payments.
  4. Find Website preferences on the right and click Update.
  5. Set Encrypted website payments to OFF.
  6. Click Save.
::: tip Is turning that off less secure? No — Yatra performs full IPN / PDT verification with PayPal, so the cart total cannot be tampered with by the buyer. Encrypted Website Payments are an extra layer that some merchants prefer, but it requires a custom certificate flow not covered by the free PayPal Standard gateway. If you absolutely must keep Encrypted Website Payments on, follow PayPal's [public certificate guide](https://www.paypal.com/us/smarthelp/article/how-do-i-create-a-public-certificate-for-use-with-paypal-encrypted-website-payments-ts1021), generate the certificate, and upload it to PayPal. Then your alternative is using the **PayPal REST** mode in Yatra → Settings → Payment instead of PayPal Standard. ::: ## 3. PayPal locked or not fully set up Brand-new PayPal accounts and accounts flagged for review are sometimes restricted from accepting payments — PayPal returns the same generic error. **What to do:** - Sign in to PayPal and look for any **alert** or **resolution-center notice**. - Confirm the account is in **good standing** and not under review. - For new accounts, finish all KYC / verification steps (bank, business info). - Open a ticket with PayPal asking specifically: _"Why is my account returning Things don't appear to be working when receiving Standard payments?"_ ## Quick checklist | Step | Where | What to verify | | --- | --- | --- | | 1 | Yatra → Settings → Payment | PayPal Standard mode chosen, **Receiver email** correct | | 2 | PayPal account → Account Settings → Website Payments | **Encrypted website payments: OFF** | | 3 | PayPal account → Resolution Center | No open issues / restrictions | | 4 | PayPal account → Email | Receiver email shows as **Verified** | ## Still stuck? If the three causes above all check out and PayPal still returns the error: - Try a **second** PayPal Sandbox transaction — same error in sandbox usually means a config problem; only-in-live errors usually mean account status. - Switch to **PayPal REST** (also free) under Settings → Payment → PayPal REST — this uses Client ID + Secret instead of email and is unaffected by Encrypted Website Payments. - Capture the request: WordPress → Yatra → Tools → Logs shows the full JSON Yatra sent to PayPal. Forward it to support so we can confirm it isn't malformed. - Ask your hosting if any firewall rules block outbound calls to `*.paypal.com`. ## Related - [Payments & gateways](/payment-settings) — how all gateways are configured. - [Troubleshooting](/troubleshooting) — REST 404, permalinks, role / capability issues. - [403 Forbidden error](/forbidden-error) — server-level blocking of API requests. - [Support](/support) — get a priority answer with diagnostics attached.