MP Stripe Checkout problem

  • bindCommerce
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
4 years 8 months ago #127505 by bindCommerce
MP Stripe Checkout problem was created by bindCommerce
Hi,
I just bought the new plugin "MP Stripe Checkout" and I've installed and tested in live mode too.

After I chose to pay using the plugin, I was redirected to the Stripe site, I paid by entering my credit card, the Stripe site confirmed that the payment was successful and sent me back to the starting site. Everything seems to be going well.

However, going into the Joomla backend, in "OS Membership> Subscriptions" the new subscription was not created.

My version of Membership Pro is 2.17.0

Please Log in or Create an account to join the conversation.

More
4 years 8 months ago #127507 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic MP Stripe Checkout problem
Hello

Maybe it happens because you haven't configured it properly. Compare to the old Stripe payment plugin, the MP Stripe payment plugin needs more setup:

1. Did you enter Signing Secret into the os_stripe payment plugin parameter?

2. Did you setup Webhook URL with the two required events:

checkout.session.completed
invoice.payment_succeeded

These steps are mentioned in readme.txt file in the payment plugin package

2. Click on the payment plugin to edit, enter payment plugin parameters, then publish it

- For API Keys, you can follow instructions at stripe.com/docs/keys#api-keys to get it.
- For Signing Secret, you need to setup Webhook URL (see the next step) and get the information from there. In the webhook URL setting, click on "Click to reveal" button to get it

3. You will need to login to your Stripe account, add a "Webhook URL" below (see stripe.com/docs/webhooks/setup#add-endpoint-dashboard for instructions)

domain.com/index.php?option=com_osmember...ent_method=os_stripe

(Of course, need to replace domain.com/ with your website url)

Stripe will also asks you for the events for webhook, select two events below:

checkout.session.completed
invoice.payment_succeeded


Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • bindCommerce
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
4 years 8 months ago #127509 by bindCommerce
Replied by bindCommerce on topic MP Stripe Checkout problem
Yeah. My problem was the Signing Secret param. Now is ok.
Thank you

Please Log in or Create an account to join the conversation.

More
4 years 8 months ago #127510 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic MP Stripe Checkout problem
Great. Thanks for confirming

Tuan

Please Log in or Create an account to join the conversation.