Skip to content

Instantly share code, notes, and snippets.

@pedro-vasconcelos
Created April 8, 2022 14:06
Show Gist options
  • Select an option

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

Select an option

Save pedro-vasconcelos/39847e959c39ede83e80167fe24ee1a1 to your computer and use it in GitHub Desktop.
stripe_event: customer.tax_id.created
{
"id": "evt_1KmIGNLueXt1u2tdeolGENNU",
"object": "event",
"api_version": "2020-08-27",
"created": 1649426046,
"data": {
"object": {
"id": "txi_1KmIGILueXt1u2td4RYLVfxW",
"object": "tax_id",
"country": "IE",
"created": 1649426046,
"customer": "cus_LTEjLB1kgFBXwA",
"livemode": false,
"type": "eu_vat",
"value": "IE3333333UH",
"verification": {
"status": "pending",
"verified_address": null,
"verified_name": null
}
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": "req_4cQY7vsdITqrAI",
"idempotency_key": "89423f9f-5025-4277-9e97-b04dc9e331b1"
},
"type": "customer.tax_id.created"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment