PaymentIntentEventData
- actionnullablerequired
Next action required from the customer. Only populated on
payment_intent.requires_action; null for all other intent events.Redirect the customer to
urlto complete payment with the provider. Used byneteller-paysafe,paysafecard-trustpayments,card-rillpay,openbanking-rillpay, andopenbanking-paidby.- expiresType: stringFormat: date-time
At requiredTimestamp after which the redirect URL is no longer valid
- methodType: stringenumrequired
HTTP method to use when redirecting
values- G
E T - P
O S T
- typeenumconst:redirectrequiredvalues
- redirect
- urlType: stringFormat: urirequired
Absolute URL to redirect the customer to
- amountType: string
Pattern: ^\d+\.\d{4}$requiredPayment amount as a fixed-precision decimal string
- cancellationType: string nullable
Reason requiredReason when the intent is canceled
- currencyType: stringrequired
Three-letter ISO 4217 currency code
- idType: stringFormat: uuidrequired
Payment intent identifier
- latestType: object nullable
Failure requiredLatest failure details when the intent fails
- propertyType: anything
Name
- merchantType: string
Customer Id requiredCustomer identifier from your system
- merchantType: stringFormat: uuid
Id requiredAssociated merchant ID
- merchantType: string
Reference requiredYour order/transaction reference
- paymentType: stringFormat: uuid nullable
Id requiredAssociated payment ID (null until payment is created)
- paymentType: string
Method Id requiredPayment method identifier
- statusType: stringenumrequired
Status of the payment intent. Matches the second segment of
type(e.g.succeededforpayment_intent.succeeded).values- initiated
- requires
_action - processing
- succeeded
- failed
- canceled
- typeType: stringrequired
Event type