I’m a WP dev but very new to Event Espresso. I’m inheriting some past work from a previous developer and I’m struggling to work out how to accomplish the following.
We have EE on several different sites where we run events and those in power would like to have credit card payments (using authorize.net gateway) be processed from a single payments page on a single domain.
Ideally it would work like this:
User registers on subsite1.com, selects credit card and then clicks the payment button and they are redirected to mastersite.com/payment/ where they submit the payment to authorize.net. Upon successful payment they are redirected back to the subsite1.com thank you page and EE is updated with successful payment.
The previous developer created what appears to be an EE remote payment method plugin along with a payment form page for mastersite.com. In my local dev environment I can successfully submit registration on the sub site and be redirected to the payment page on the master site, however the payment form is returning an admin-ajax.php error and won’t submit the form.
Being new to EE, is the above approach a good one to accomplish a single domain payment process for credit card payments? Is there a better setup I could use for this or some kind of built in process that already supports it? What would you recommend?
So, the custom solution you mentioned is about the only solution you could use for this, or at least it sounds like the ‘best’ (and likely only) solution to could do what you have mentioned with separate sites using Event Espresso.
We don’t have a built-in solution for this, you’re basically turning your master site into an offsite payment method which is not something we officially support.
What error is being thrown from the ajax request? That’s the main part you’ll need to focus on for now.
We’ve worked out that we can use the Authorize.net Access plugin to process these payments remotely via iFrame. Thanks.
Viewing 2 reply threads
The support post ‘Remote Payment with Single Domain Using Authorize.net’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.