Not able to display error messages
-
Hi.
I’m trying to test my page to display error messages. From Stripe docs I enter this number: 4100000000000019 (Results in a charge with a risk level of highest. The charge is blocked as it’s considered fraudulent.)
My error page has the following code:
[accept_stripe_payment_checkout_error] <p style="text-align: center;">There was an error with the credit card transaction. Error details below: {error_msg}</p> <p style="text-align: center;">Sorry about that. Please go back, review your information and try again.</p> [/accept_stripe_payment_checkout_error]
But when the payment redirects, it never renders the site. Just a plain white page where the payment status page should be.
The log says:
[06/18/2018 9:00 AM] - Payment processing started. [06/18/2018 9:00 AM] - Triggering hook for addons to process posted data if needed. [06/18/2018 9:00 AM] - Checking received data. [06/18/2018 9:00 AM] - Got product ID: 1047. Trying to get info from database. [06/18/2018 9:00 AM] - Got required product info from database. [06/18/2018 9:00 AM] - Getting API keys and trying to create a charge. [06/18/2018 9:00 AM] - Firing pre-payment hook. [06/18/2018 9:00 AM] - Processing payment. [06/18/2018 9:00 AM] - FAILURE: Your card was declined. [06/18/2018 9:00 AM] - FAILURE: Error occured after user interacted with popup.
Best,
mpark
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Not able to display error messages’ is closed to new replies.