feat(Stripe Trigger Node): Add action required trigger for payment intents (#6490)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user