#cme-authorization-metadata
1 messages · Page 1 of 1 (latest)
I'm sorry I am looking at this object and I am not seeing any metadata associated with this authorization.
Interesting. Here is another example: https://dashboard.stripe.com/test/events/evt_1ONaBuLU8jzNaTZmBvUDQYcz
The authorization object in the dashboard does not show any metadata: https://dashboard.stripe.com/test/issuing/authorizations/iauth_1ONaBuLU8jzNaTZmJ3mlW4iL
This is the GET request made to retrieve said authorization via the SDK: https://dashboard.stripe.com/test/logs/req_R2hxcyDB2BRc34
But if there's no metadata coming up as associated, why am I seeing it in the webhook event? evt_1OMZUrLU8jzNaTZmeTQKg2lr
Sorry but I don't see any metadata associated with these objects and there is nothing in their history to indicate metadata was ever appended.
Where are you setting metadata?
Okay so if I want to show metadata on the auth. How would I do this?
You would make an Update request https://stripe.com/docs/api/issuing/authorizations/update to add the metadata
Ah amazing. Thank you!
Happy to help 🙂