Blocks within credits
List of all the block within the credits group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
stripeconnection v15.0.0 Sends money back to whatever the customer paid with. Leave amount empty to refund the whole payment. This is one of the two ways to credit someone — it moves real money out of the account. The other is create credit note, which settles against a future invoice instead. create credit note stripeconnection v15.0.0 Credits a customer against an invoice — the accounting way to give a subscriber a month back without refunding their card. credit_balance (the default) puts the amount on their Stripe balance so it comes off their next invoice; refund also sends the money back; out_of_band just records that you settled it elsewhere. The invoice id comes off get subscription as latest invoice id, or off list invoices. list invoices stripeconnection v15.0.0 The billing history for a customer or a subscription, newest first. Set at least one of the two filters — unfiltered this would walk the whole account. The latest invoice pins are the shortcut for "credit their last month". Back to
stripe Return to the main group to view all sub-groups
