This trigger fires when a new payment is received.
Developer info
- API endpoint slug
- stripe.new_payment_received
Trigger fields
No fields for this trigger
Ingredients
Customer nameThe customer name of the payment intent
- Slug
- customer_name
- Filter code
- Stripe.newPaymentReceived.CustomerName
- Type
- String
- Example
- John Smith
Customer emailThe customer email of the payment intent
- Slug
- customer_email
- Filter code
- Stripe.newPaymentReceived.CustomerEmail
- Type
- String
- Example
- john.smith@email.com
DescriptionThe description of the payment intent
- Slug
- description
- Filter code
- Stripe.newPaymentReceived.Description
- Type
- String
- Example
- description
URLThe url of the payment
- Slug
- url
- Filter code
- Stripe.newPaymentReceived.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.newPaymentReceived.CustomerId
- Type
- String
- Example
- cus_aaaaa
Invoice IDThe invoice ID of the payment intent
- Slug
- invoice_id
- Filter code
- Stripe.newPaymentReceived.InvoiceId
- Type
- String
- Example
- in_aaaaa
Amount formattedThe amount of the payment intent, formatted as USD.
- Slug
- amount_formatted
- Filter code
- Stripe.newPaymentReceived.AmountFormatted
- Type
- String
- Example
- $100.00
AmountThe amount of the payment intent, in cents.
- Slug
- amount
- Filter code
- Stripe.newPaymentReceived.Amount
- Type
- String
- Example
- 10000
CurrencyThe currency of the payment intent
- Slug
- currency
- Filter code
- Stripe.newPaymentReceived.Currency
- Type
- String
- Example
- usd
StatusThe status of the payment intent
- Slug
- status
- Filter code
- Stripe.newPaymentReceived.Status
- Type
- String
- Example
- succeeded
IDThe ID of the payment intent
- Slug
- id
- Filter code
- Stripe.newPaymentReceived.Id
- Type
- String
- Example
- pi_aaaaa
Payment method IDThe payment method ID of the payment intent
- Slug
- payment_method_id
- Filter code
- Stripe.newPaymentReceived.PaymentMethodId
- Type
- String
- Example
- pm_aaaaa
Charge IDThe charge ID of the payment intent
- Slug
- charge_id
- Filter code
- Stripe.newPaymentReceived.ChargeId
- Type
- String
- Example
- ch_aaaaa
Source IDThe source ID of the payment intent
- Slug
- source_id
- Filter code
- Stripe.newPaymentReceived.SourceId
- Type
- String
- Example
- src_aaaaa
LivemodeThe livemode of the payment intent
- Slug
- livemode
- Filter code
- Stripe.newPaymentReceived.Livemode
- Type
- String
- Example
- true
CreatedThe created date of the payment intent
- Slug
- created
- Filter code
- Stripe.newPaymentReceived.Created
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00