list invoices
This block is part of the stripe group and was last modified in core v15.0.0.
list invoices 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".
- flow
flow - connection required
stripeconnection - customer id
value - subscription id
value - status
valuedraft,open,paid,uncollectibleorvoid. A credit note needs an open or paid one. • Suggestions:draftopenpaiduncollectiblevoid - limit
numberDefault 10, maximum 100.
- flow
flow - connection
stripeconnection - invoices
array<object>Newest first.
- count
number - has more
conditionTrue when the account has more invoices past the limit.
- latest invoice id
value - latest invoice
object - success
condition - error
valueStripe's own message, or a sentinel like MISSING_SESSION_ID for a problem in the wiring.
- error code
valueStripe's machine-readable code, e.g.
card_declined,resource_missing. - decline code
valueWhy the bank refused, e.g.
insufficient_funds. Only set on a declined card.
invoices |
billing history |
find invoice |
Version history
Introduced in v15.0.0.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
stripe Return to the main group to view all sub-groups Back to credits Return to the group to view all blocks within this group
