Skip to content

[Stacked: 1465] Add payout.paid and invoice_payment.paid triggers#1472

Closed
mnorth-stripe wants to merge 1 commit intowave1-pr15-issuing-transactionsfrom
wave1-pr23-payout-invoice
Closed

[Stacked: 1465] Add payout.paid and invoice_payment.paid triggers#1472
mnorth-stripe wants to merge 1 commit intowave1-pr15-issuing-transactionsfrom
wave1-pr23-payout-invoice

Conversation

@mnorth-stripe
Copy link
Copy Markdown
Contributor

@mnorth-stripe mnorth-stripe commented Mar 9, 2026

Reviewers

r? @
cc @stripe/developer-products

Summary

Adds 2 new trigger events:

  • payout.paid -- creates a payment intent (to fund the balance) and then creates a payout
  • invoice_payment.paid -- reuses the existing invoice.paid fixture, which creates a customer, payment method, invoice item, invoice, and pays it

stripe trigger --help: Event list

Two new events appear in the event list:

   invoice.payment_failed
   invoice.payment_succeeded
   invoice.sent
   invoice.updated
   invoice.voided
+  invoice_payment.paid
   invoiceitem.created
   invoiceitem.deleted
   issuing_authorization.request
   payment_method.attached
   payment_method.detached
   payment_method.updated
   payout.created
+  payout.paid
   payout.updated
   plan.created
   plan.deleted

Test plan

  • stripe trigger payout.paid succeeds
  • stripe trigger invoice_payment.paid succeeds

@mnorth-stripe mnorth-stripe requested a review from a team as a code owner March 9, 2026 01:44
@mnorth-stripe mnorth-stripe force-pushed the wave1-pr23-payout-invoice branch from c2a1138 to dc3f14b Compare March 9, 2026 05:21
@mnorth-stripe mnorth-stripe changed the base branch from master to wave1-pr15-issuing-transactions March 9, 2026 05:22
@mnorth-stripe mnorth-stripe marked this pull request as draft March 9, 2026 05:36
@mnorth-stripe mnorth-stripe changed the title Add payout.paid and invoice_payment.paid triggers [Stacked: 1465] Add payout.paid and invoice_payment.paid triggers Mar 14, 2026
@mnorth-stripe mnorth-stripe marked this pull request as ready for review March 14, 2026 17:55
Add two new trigger events:
- payout.paid (creates a payment intent to fund the balance, then creates a payout)
- invoice_payment.paid (reuses the existing invoice.paid fixture)
@mnorth-stripe mnorth-stripe force-pushed the wave1-pr23-payout-invoice branch from dc3f14b to 7ea8f0d Compare March 14, 2026 18:14
@mnorth-stripe mnorth-stripe marked this pull request as draft March 16, 2026 16:06
@tomer-stripe tomer-stripe deleted the branch wave1-pr15-issuing-transactions April 13, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants