1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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