Payment intent state change
Sent when a payment intent is created, receives a deposit address, or receives funds. status
is one of created, pending, active, complete, expired, failed, or refunded.
One-time intents use pending while awaiting a deposit; continuous intents use active once a
deposit address is assigned. timeline carries each status the intent has passed through.
Body
The envelope every v2 webhook notification arrives in. The product-specific fields live in notification.
ID of the webhook subscription that produced this notification.
Unique ID for this event. Stable across retries of the same delivery, so use it to deduplicate.
The type of notification.
mint.paymentIntents The event payload. The schema of this object depends on notificationType.
When the notification was produced.
The version of the notification schema. Always 2.
Response
Webhook received successfully