#NickR-wordpress
1 messages · Page 1 of 1 (latest)
Hi Nick, I saw this error message from the network log
<p>There has been a critical error on this website.</p><p><a href="https://wordpress.org/support/article/faq-troubleshooting/">Learn more about troubleshooting WordPress.</a></p>
Do you want to check your WordPress integration?
The error happens in admin-ajax.php POST request
Hi Nick, let me keep the discussion in this thread.
Got it, thanks
Can you give me the merchant ID or recent request IDs? you can get them from your Stripe Dashboard.
Is that in settings? Sorry this is all new to me
Settings -> account details and you will find a ID starting with acct_, that's your merchnt ID
acct_1K3ZgLDFK2VNweTm
I don't see any logs related to payments yet. So the payment request from your website was not yet sent to Stripe.
Sorry to ask such a basic question, but how do I do that?
If I were you, I will start by looking at the payment related code in your application.
Ok thanks, is there a tutorial page I could follow? I've build wordpress sites for years, just not done e-commerce
Sure, there are many doc in Stripe webpage, and I will recommend this one https://stripe.com/docs/payments/accept-a-payment to get started.
Thanks Jack, can you tell me if there are alot of steps in in this process? As you can see, I'm a little confused by this process
And I'm not a coder
There is a prebuilt checkout page that requires minimum integration effort.
Ok thanks, this is the WP Plugin I've installed as we're only dealing with Donations. 'WordPress Stripe Donation and Payment Plugin'
I see. I'm afraid that I'm unable to assist on the troubleshooting on 3rd-party plugins
Fair enough, completely understand
You know what though? I know some php, css, etc, but not python or ruby and when it comes to using Terminal - I'm lost. Is it possible to hire a Stripe expert to help out? I feel like I'm close, just not quite there...
I tried adding a 'product' but its a 'donation' I need to setup, the form is fine, but the processing isn't
Thank you, do I have to create a payment?
I'm not following. Is this question about payment integration?
Yes, that's right, in the Stripe account it asks if I want to setup my first payment?
can you send me a screenshoot?
Sure, here it is
The catch is, we want a set amount as a donation: $5 $10 $25, etc Do I have to enter each one of these as 'payments'?
I see, you are creating a payment from the Dashboard directly.
Can I recommend you Stripe Payment Link https://stripe.com/en-sg/payments/payment-links
Do I need to setup a webhook?
You can simply create a link from Dashboard and use it to collect payments from your customers. no coding required.
If I set up a endpoint, what event do I point it too?
I don't see a need to setup webhook yet. Can you tell me what do you want to achieve with webhook?
I don't know...
Actually I do, beciase of this screen
*because
What is a webhook used for?
Once the webhook is setup, stripe would send events of interest to notify your server
You can learn more about webhook here https://stripe.com/docs/webhooks
I feel like I'm in knots, how its saying setup a new account for WooCommerce