Created
April 8, 2022 14:06
-
-
Save pedro-vasconcelos/39847e959c39ede83e80167fe24ee1a1 to your computer and use it in GitHub Desktop.
stripe_event: customer.tax_id.created
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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