com.drastikbydesign.stripe
com.drastikbydesign.stripe copied to clipboard
CMS Independent Stripe payment processor for CiviCRM 4.x
It seems that recurring donations only don't get a receipt when using this payment processor (one-off donations work fine).
I'm now starting to receive the second round of payments on some monthly recurring contributions. The initial payment went through and was logged in CiviCRM correctly. Stripe reports that the...
We just discovered that you can't make an "offline" (aka admin entered donation) if the contact does not have an email address. I think the only reason for that is...
I would like to send the financial type to stripe as a metadata. The API instructions are here: https://stripe.com/blog/adding-context-with-metadata I just don't know where to modify Stripe extension to add...
I'm using this excellent payment processor (thanks for making it) in a series of webforms for membership sign-ups. The applicant is asked to provide their contact address on the first...
Here's what's happened: Donor makes a payment for $50 USD Stripe converts the payment to my client's currency (GBP) $50 = £31.72 Stripe takes its fee = £1.12, leaving £30.60...
Trying to test out recurring payments and I'm getting the following error message (in this case trying to pay $20 per month for 12 months): No such plan: every-1-month-2000; a...
Because there is no hidden_processor field in 4.6, this function cause the stripe token to not be set causing an error on every payment page.
After some debugging as to why I kept getting no token errors, I found the culprit code in the civicrm_stripe.js - I have added the debug alerts below, and even...
This settings page: civicrm/admin/setting/misc?reset=1 includes an option called 'Logging' which allows all actions to be logged. If this option is enabled it forces an sql insert to a 'log_civicrm_stripe_customers' which...