-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Drupal 7 Stripe #253
Comments
Please help me :) |
Hi @athkfamily Do you have the same problem if you try this fork (5.x branch): https://github.com/mattwire/com.drastikbydesign.stripe |
Hi @mattwire. The problem still happening with 5.x branch |
@athkfamily I would say this sounds like a basic configuration problem. I have no issue making a test transaction at CiviHosting. Time for basic questions. Have you properly set your secret key and publishable keys both for live and test transactions in the civi stripe pay processor configuration dialog? And checked all the boxes for accepted card types? |
Hi @h-c-c, thank you for your information. The payment functions are still working well and without problems, except for the Auto-Renew function. When the membership expires, it does not automatically renew that member. |
@athkfamily a little sleuthing is needed. You should be able to get some error info about your non-renewing members by looking in the Stripe ui. Find your customer and scroll down to events click on the latest invoice paid event. Technically the event is named, "invoice.payment_succeeded". Then scroll down and expand Webhooks. Take a look in the Response section for an error. |
Hi @h-c-c . Sorry I haven't had a chance to reply to you soon. I sent your requests above to my client for getting their information, but the client reported that there was no event named "invoice.payment_succeeded". |
Stripe is the Payment Processor Account default on our site and we are having a problem with it.
Member can not "Submit credit card membership", it always error "Error - The website encountered an unexpected error. Please try again later."
And if the member wants to "Renew-Credit Card" will get a warning "Network Error - Unable to reach the server." (screenshot https://prnt.sc/jeoqic)
We are afraid of having something wrong on our site so we tested it on CiviCRM Demo (https://civicrm.demo.civihosting.com/) but here we have the same situation. Please advise what we should to do in this case?
We are currently using Drupal 7.59 and CiviCRM 4.7.31.
Thank you!
The text was updated successfully, but these errors were encountered: