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. […]

If Multiple Emails are Being Sent Per Payment

If you visit https://dashboard.stripe.com/webhooks and see duplicate entries for /wp-json/wpsp/v1/webhook-receiver/ have the customer remove the additional entries so that only one webhook endpoint remains. Current automatic billing subscriptions are not affected by webhooks — webhooks are primarily used for additional actions such as email notifications.

SupportAssist Tutorial

SupportAssist Tutorial SupportAssist is an internally developed and maintained AI assistance tool designed to provide our support team with possible solutions to customer inquiries prior to viewing the support ticket. SupportAssist uses the SKB site (this site you are on), our HelpScout saved replies, and our public facing documentation (https://easydigitaldownloads.com/docs) to provide possible solutions to […]

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 […]

ActionScheduler_DBStoreMigrator Error

NOTE: This is no longer relevant; I am leaving it here for posterity.   WP Simple Pay does not require or load WooCommerce. It is a standalone payment plugin. However, it does utilize a PHP library that is maintained by the authors of the WooCommerce plugin. Tickets containing example errors: https://secure.helpscout.net/conversation/2080780982/2331181/ https://secure.helpscout.net/conversation/1928405917/2006535/ The error, which […]