Group Location
Explore Plans
Mobile menu Close menu
StripeStripe

Failed Payment

This trigger fires when a payment attempt fails.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a payment attempt fails.
API endpoint slug
stripe.new_payment_failed

Trigger fields

No fields for this trigger

Ingredients

Customer nameThe customer name of the payment intent

Slug
customer_name
Filter code
Stripe.newPaymentFailed.CustomerName
Type
String
Example
John Smith

Customer emailThe customer email of the payment intent

Slug
customer_email
Filter code
Stripe.newPaymentFailed.CustomerEmail
Type
String
Example
john.smith@email.com

DescriptionThe description of the payment intent

Slug
description
Filter code
Stripe.newPaymentFailed.Description
Type
String
Example
description

URLThe url of the payment

Slug
url
Filter code
Stripe.newPaymentFailed.Url
Type
String
Example
https://dashboard.stripe.com/payments/pi_aaaaa

Customer IDThe customer ID of the payment intent

Slug
customer_id
Filter code
Stripe.newPaymentFailed.CustomerId
Type
String
Example
cus_aaaaa

Invoice IDThe invoice ID of the payment intent

Slug
invoice_id
Filter code
Stripe.newPaymentFailed.InvoiceId
Type
String
Example
in_aaaaa

Amount formattedThe amount of the payment intent, formatted as USD.

Slug
amount_formatted
Filter code
Stripe.newPaymentFailed.AmountFormatted
Type
String
Example
$100.00

AmountThe amount of the payment intent, in cents.

Slug
amount
Filter code
Stripe.newPaymentFailed.Amount
Type
String
Example
10000

CurrencyThe currency of the payment intent

Slug
currency
Filter code
Stripe.newPaymentFailed.Currency
Type
String
Example
usd

StatusThe status of the payment intent

Slug
status
Filter code
Stripe.newPaymentFailed.Status
Type
String
Example
succeeded

IDThe ID of the payment intent

Slug
id
Filter code
Stripe.newPaymentFailed.Id
Type
String
Example
pi_aaaaa

Payment method IDThe payment method ID of the payment intent

Slug
payment_method_id
Filter code
Stripe.newPaymentFailed.PaymentMethodId
Type
String
Example
pm_aaaaa

Charge IDThe charge ID of the payment intent

Slug
charge_id
Filter code
Stripe.newPaymentFailed.ChargeId
Type
String
Example
ch_aaaaa

Source IDThe source ID of the payment intent

Slug
source_id
Filter code
Stripe.newPaymentFailed.SourceId
Type
String
Example
src_aaaaa

LivemodeThe livemode of the payment intent

Slug
livemode
Filter code
Stripe.newPaymentFailed.Livemode
Type
String
Example
true

CreatedThe created date of the payment intent

Slug
created
Filter code
Stripe.newPaymentFailed.Created
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00