mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
feat(Stripe Trigger Node): Add action required trigger for payment intents (#6490)
This commit is contained in:
parent
58e4e56302
commit
f2154fba60
|
@ -501,6 +501,11 @@ export class StripeTrigger implements INodeType {
|
|||
value: 'payment_intent.succeeded',
|
||||
description: 'Occurs when a PaymentIntent has been successfully fulfilled.',
|
||||
},
|
||||
{
|
||||
name: 'Payment Intent.requires_action',
|
||||
value: 'payment_intent.requires_action',
|
||||
description: 'Occurs when a PaymentIntent requires an action.',
|
||||
},
|
||||
{
|
||||
name: 'Payment Method.attached',
|
||||
value: 'payment_method.attached',
|
||||
|
|
Loading…
Reference in a new issue