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