This trigger fires when a payment attempt fails.
Developer info
- API endpoint slug
- stripe.new_payment_failed
Trigger fields
No fields for this trigger
Ingredients
Customer name The customer name of the payment intent
- Slug
- customer_name
- Filter code
- Stripe.newPaymentFailed.CustomerName
- Type
- String
- Example
- John Smith
Customer email The customer email of the payment intent
- Slug
- customer_email
- Filter code
- Stripe.newPaymentFailed.CustomerEmail
- Type
- String
- Example
- john.smith@email.com
Description The description of the payment intent
- Slug
- description
- Filter code
- Stripe.newPaymentFailed.Description
- Type
- String
- Example
- description
Url The url of the payment
- Slug
- url
- Filter code
- Stripe.newPaymentFailed.Url
- Type
- String
- Example
- https://dashboard.stripe.com/payments/pi_aaaaa
Customer The customer ID of the payment intent
- Slug
- customer_id
- Filter code
- Stripe.newPaymentFailed.CustomerId
- Type
- String
- Example
- cus_aaaaa
Invoice The invoice ID of the payment intent
- Slug
- invoice_id
- Filter code
- Stripe.newPaymentFailed.InvoiceId
- Type
- String
- Example
- in_aaaaa
Amount formatted The amount of the payment intent, formatted as USD.
- Slug
- amount_formatted
- Filter code
- Stripe.newPaymentFailed.AmountFormatted
- Type
- String
- Example
- $100.00
Amount The amount of the payment intent, in cents.
- Slug
- amount
- Filter code
- Stripe.newPaymentFailed.Amount
- Type
- String
- Example
- 10000
Currency The currency of the payment intent
- Slug
- currency
- Filter code
- Stripe.newPaymentFailed.Currency
- Type
- String
- Example
- usd
Status The status of the payment intent
- Slug
- status
- Filter code
- Stripe.newPaymentFailed.Status
- Type
- String
- Example
- succeeded
Id The ID of the payment intent
- Slug
- id
- Filter code
- Stripe.newPaymentFailed.Id
- Type
- String
- Example
- pi_aaaaa
Payment method The payment method ID of the payment intent
- Slug
- payment_method_id
- Filter code
- Stripe.newPaymentFailed.PaymentMethodId
- Type
- String
- Example
- pm_aaaaa
Charge The charge ID of the payment intent
- Slug
- charge_id
- Filter code
- Stripe.newPaymentFailed.ChargeId
- Type
- String
- Example
- ch_aaaaa
Source The source ID of the payment intent
- Slug
- source_id
- Filter code
- Stripe.newPaymentFailed.SourceId
- Type
- String
- Example
- src_aaaaa
Livemode The livemode of the payment intent
- Slug
- livemode
- Filter code
- Stripe.newPaymentFailed.Livemode
- Type
- String
- Example
- true
Created The created date of the payment intent
- Slug
- created
- Filter code
- Stripe.newPaymentFailed.Created
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00