Events
Subs webhook event types
checkout.session.completed
{
"id": "0x193d230ada8be19827ecccbf870bd050da38885e5cc90a0193f931c6e528a8b4",
"object": "event",
"created": 1712051799722,
"type": "checkout.session.completed",
"data": {
"object": {
"id": "0x193d230ada8be19827ecccbf870bd050da38885e5cc90a0193f931c6e528a8b4",
"object": "subscription",
"application": "44",
"cancel_at": null,
"cancel_at_period_end": false,
"canceled_at": null,
"collection_method": "charge_automatically",
"chain": "mumbai",
"created": 1712051799722,
"token_address": "0x0FA8781a83E46826621b3BC094Ea2A0212e71B23",
"currency": "USDC",
"currency_symbol": "USDC",
"amount_total": 50,
"amount": 0.5,
"metadata": {
"user_email": "[email protected]"
},
"customer_details": {
"email": "[email protected]"
},
"payment_name": "Standard",
"payment_id": "0xad00516daf197721f85a4a89afff48066a1778f3c20ae86f8c043e1acf4972ed",
"period": "Monthly"
}
}
}customer.subscription.updated
customer.subscription.deleted
Last updated