Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pedro-vasconcelos/3fb304e101f2b8e071f1d25c37932e42 to your computer and use it in GitHub Desktop.

Select an option

Save pedro-vasconcelos/3fb304e101f2b8e071f1d25c37932e42 to your computer and use it in GitHub Desktop.
stripe_event: checkout.session.completed
{
"id": "evt_1KmIGMLueXt1u2tdhAG0GSBM",
"object": "event",
"api_version": "2020-08-27",
"created": 1649426050,
"data": {
"object": {
"id": "cs_test_b1RZsgl6yOyNuoiPsI6VkhJPX6E40GLbK8dqLXYDRUFpQsniaeiufaGro5",
"object": "checkout.session",
"after_expiration": null,
"allow_promotion_codes": true,
"amount_subtotal": 7420,
"amount_total": 4420,
"automatic_tax": {
"enabled": true,
"status": "complete"
},
"billing_address_collection": "required",
"cancel_url": "http://localhost:3000//workspace/pricing/failed",
"client_reference_id": null,
"consent": null,
"consent_collection": null,
"currency": "usd",
"customer": "cus_LTEjLB1kgFBXwA",
"customer_creation": "always",
"customer_details": {
"address": {
"city": "Hadleychester",
"country": "IE",
"line1": "854 Davis Mill",
"line2": "6380 Manuela Springs",
"postal_code": "80693",
"state": null
},
"email": "[email protected]",
"name": "Business",
"phone": null,
"tax_exempt": "reverse",
"tax_ids": [
{
"type": "eu_vat",
"value": "IE3333333UH"
}
]
},
"customer_email": "[email protected]",
"expires_at": 1649512373,
"livemode": false,
"locale": null,
"metadata": [],
"mode": "subscription",
"payment_intent": null,
"payment_link": null,
"payment_method_options": null,
"payment_method_types": [
"card"
],
"payment_status": "paid",
"phone_number_collection": {
"enabled": false
},
"recovered_from": null,
"setup_intent": null,
"shipping": null,
"shipping_address_collection": null,
"shipping_options": [],
"shipping_rate": null,
"status": "complete",
"submit_type": null,
"subscription": "sub_1KmIGILueXt1u2td2kqWnipR",
"success_url": "http://localhost:3000//workspace/pricing/success",
"tax_id_collection": {
"enabled": true
},
"total_details": {
"amount_discount": 3000,
"amount_shipping": 0,
"amount_tax": 0
},
"url": null
}
},
"livemode": false,
"pending_webhooks": 2,
"request": {
"id": "req_4cQY7vsdITqrAI",
"idempotency_key": "89423f9f-5025-4277-9e97-b04dc9e331b1"
},
"type": "checkout.session.completed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment