- This topic has 4 replies, 2 voices, and was last updated 12 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – 3rd party payment gateway not allowing registration, can't use eStore
Tagged: eMember, GET request, HTTP Post
I am using FirstData as my payment gateway and Tribulant’s WP Checkout plugin as my Shopping Cart, because eStore does not integrate with FirstData’ payment gateway. I had to create my own form for the membership, since WP Checkout does not offer recurring subscriptions in their products.
My question is, do I need to use HTTP POST or GET request to create the membership? And, if yes, How do I use it inside the form I am already using?
Thanks,
Hi, We don’t have any eMember integration with the WP Checkout plugin that you are using. eMember only integrates with the following for membership payment:
– eStore (any gateway supported in eStore will work)
– Direct PayPal button integration
– ClickBank integration
This is explained in our documentation here:
Hi, I have read all of the documentation and I don’t actually need to integrate with WP Checkout.
I basically just need to know if I can, after someone pays, create a membership without using eStore? Or is there anyway to code eStore to integrate with my payment gateway? Or write a plugin extension?
Thanks,
Yes, it is possible to create a membership account via a script by using the eMember API (example, your post payment processing script can use the API to create the member account):
Please note that it requires good PHP coding skill to write a script that can use the API. If you are not a developer yourself then you will need to hire a developer.
Thanks for clarifying.