#NickR-wordpress

1 messages · Page 1 of 1 (latest)

spring spade
#

The error happens in admin-ajax.php POST request

#

Hi Nick, let me keep the discussion in this thread.

fast raven
#

Got it, thanks

spring spade
#

Can you give me the merchant ID or recent request IDs? you can get them from your Stripe Dashboard.

fast raven
#

Is that in settings? Sorry this is all new to me

spring spade
#

Settings -> account details and you will find a ID starting with acct_, that's your merchnt ID

fast raven
#

acct_1K3ZgLDFK2VNweTm

spring spade
#

I don't see any logs related to payments yet. So the payment request from your website was not yet sent to Stripe.

fast raven
#

Sorry to ask such a basic question, but how do I do that?

spring spade
#

If I were you, I will start by looking at the payment related code in your application.

fast raven
#

Ok thanks, is there a tutorial page I could follow? I've build wordpress sites for years, just not done e-commerce

spring spade
fast raven
#

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

spring spade
#

There is a prebuilt checkout page that requires minimum integration effort.

fast raven
#

Ok thanks, this is the WP Plugin I've installed as we're only dealing with Donations. 'WordPress Stripe Donation and Payment Plugin'

spring spade
#

I see. I'm afraid that I'm unable to assist on the troubleshooting on 3rd-party plugins

fast raven
#

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

spring spade
#

You can reach out to Stripe experts to help with your integration

fast raven
#

Thank you, do I have to create a payment?

spring spade
#

I'm not following. Is this question about payment integration?

fast raven
#

Yes, that's right, in the Stripe account it asks if I want to setup my first payment?

spring spade
#

can you send me a screenshoot?

fast raven
#

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'?

spring spade
#

I see, you are creating a payment from the Dashboard directly.

fast raven
#

Do I need to setup a webhook?

spring spade
#

You can simply create a link from Dashboard and use it to collect payments from your customers. no coding required.

fast raven
#

If I set up a endpoint, what event do I point it too?

spring spade
#

I don't see a need to setup webhook yet. Can you tell me what do you want to achieve with webhook?

fast raven
#

I don't know...

#

Actually I do, beciase of this screen

#

*because

#

What is a webhook used for?

spring spade
#

Once the webhook is setup, stripe would send events of interest to notify your server

fast raven
#

I feel like I'm in knots, how its saying setup a new account for WooCommerce