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 name The customer name of the payment intent
- Slug
- customer_name
- Filter code
- Stripe.newPaymentReceived.CustomerName
- Type
- String
- Example
- John Smith
Customer email The customer email of the payment intent
- Slug
- customer_email
- Filter code
- Stripe.newPaymentReceived.CustomerEmail
- Type
- String
- Example
- john.smith@email.com
Description The description of the payment intent
- Slug
- description
- Filter code
- Stripe.newPaymentReceived.Description
- Type
- String
- Example
- description
Url The url of the payment
- Slug
- url
- Filter code
- Stripe.newPaymentReceived.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.newPaymentReceived.CustomerId
- Type
- String
- Example
- cus_aaaaa
Invoice The invoice ID of the payment intent
- Slug
- invoice_id
- Filter code
- Stripe.newPaymentReceived.InvoiceId
- Type
- String
- Example
- in_aaaaa
Amount formatted The amount of the payment intent, formatted as USD.
- Slug
- amount_formatted
- Filter code
- Stripe.newPaymentReceived.AmountFormatted
- Type
- String
- Example
- $100.00
Amount The amount of the payment intent, in cents.
- Slug
- amount
- Filter code
- Stripe.newPaymentReceived.Amount
- Type
- String
- Example
- 10000
Currency The currency of the payment intent
- Slug
- currency
- Filter code
- Stripe.newPaymentReceived.Currency
- Type
- String
- Example
- usd
Status The status of the payment intent
- Slug
- status
- Filter code
- Stripe.newPaymentReceived.Status
- Type
- String
- Example
- succeeded
Id The ID of the payment intent
- Slug
- id
- Filter code
- Stripe.newPaymentReceived.Id
- Type
- String
- Example
- pi_aaaaa
Payment method The payment method ID of the payment intent
- Slug
- payment_method_id
- Filter code
- Stripe.newPaymentReceived.PaymentMethodId
- Type
- String
- Example
- pm_aaaaa
Charge The charge ID of the payment intent
- Slug
- charge_id
- Filter code
- Stripe.newPaymentReceived.ChargeId
- Type
- String
- Example
- ch_aaaaa
Source The source ID of the payment intent
- Slug
- source_id
- Filter code
- Stripe.newPaymentReceived.SourceId
- Type
- String
- Example
- src_aaaaa
Livemode The livemode of the payment intent
- Slug
- livemode
- Filter code
- Stripe.newPaymentReceived.Livemode
- Type
- String
- Example
- true
Created The created date of the payment intent
- Slug
- created
- Filter code
- Stripe.newPaymentReceived.Created
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00