[Stacked: 1465] Add payout.paid and invoice_payment.paid triggers#1472
Closed
mnorth-stripe wants to merge 1 commit intowave1-pr15-issuing-transactionsfrom
Closed
[Stacked: 1465] Add payout.paid and invoice_payment.paid triggers#1472mnorth-stripe wants to merge 1 commit intowave1-pr15-issuing-transactionsfrom
mnorth-stripe wants to merge 1 commit intowave1-pr15-issuing-transactionsfrom
Conversation
c2a1138 to
dc3f14b
Compare
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)
dc3f14b to
7ea8f0d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 payoutinvoice_payment.paid-- reuses the existinginvoice.paidfixture, which creates a customer, payment method, invoice item, invoice, and pays itstripe trigger --help: Event listTwo 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.requestpayment_method.attached payment_method.detached payment_method.updated payout.created + payout.paid payout.updated plan.created plan.deletedTest plan
stripe trigger payout.paidsucceedsstripe trigger invoice_payment.paidsucceeds