Troubleshooting Installment Plan Issues

The important thing is to compare this metadata: simpay_charge_count: 1 simpay_charge_max: 3 With the actual number of Invoices that have been processed. For example: https://dashboard.stripe.com/connect/accounts/acct_1OjQpaKQOSCCRnHm/subscriptions/sub_1QId21KQOSCCRnHmMh4tAQWi There have been four processed invoices, and the simpay_charge_count is still at 1, which means the webhook did not correctly run to increment the count when an invoice payment succeeded. […]

Stripe Subscription Quantity Change

You can enable subscription quantities by adding either a “Number”, “Dropdown”, or “Radio” custom field in your payment form (depending on the selector style you would like to use), and enabling the “Quantity Multiplier” setting:   If you enable Subscription Management through Stripe’s “Customer Portal,” you can configure that to allow the quantity to be […]

Multiple Webhooks, One Account

https://gist.github.com/spencerfinnell/8d2e53cf9ea9e1212dd380909ccf78b0 ^ two plugins. one for each site. then append ?site=site-a and ?site=site-b to the respective endpoints: I did ask our lead developer about this, and there is a way with a custom code snippets to get things to work the way you require. You’ll want to use the following gist that has a snippet […]

Email Delivery Issues

At times customers will experience issues with our email delivery. Below is a copy and paste of our document entry for this that explains everything quite well. Using a third party for email delivery Reliable email delivery is incredibly important for websites. Unfortunately, non-reliable email delivery is a common problem with most hosting accounts, which […]

Issues With Rate Limiting

WP Simple Pay automatically limits the number of consecutive requests that a single IP address can make. By default, WP Simple Pay limits requests to 1.5-hour timeframes, meaning once the limit is reached, the user must wait 1.5 hours before the request will be completed. Standard usage of WP Simple Pay will very rarely cause […]