feat(Stripe Trigger Node): Add action required trigger for payment intents (#6490)

This commit is contained in:
greyliath
2023-06-20 16:16:25 +01:00
committed by GitHub
parent 58e4e56302
commit f2154fba60

View File

@@ -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',