#uncultured-swine_docs
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1377756137448935534
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there!
So you're sort of asking if Stripe maintains a list of possible values for merchant_data.name on the authorization object, is that right?
Yep! I’m concerned about letting users set something like “Amazon” on a spend control but the actual merchant name is “Amazon.com” or “Amazon Co” etc
Gotcha - looking into where that value comes from
Thank you!
And to be clear, you're interested in allowing/disallowing by merchant name, separate from things like the merchant network id?
Which seems more reliable. It also seems like you're interested in something like this feature:
We considered merchant network id but it has the same problem: users on our site won't know that value to input it and we'd need to maintain a mapping of business name to network id (which would be doable if we had a way to get that besides making a purchase). Agreed that network id would be more reliable but we're managing all of this off stripee
Even with merchant network ids, it doesn't look like we provide an API for identifying merchants. There isn't a "Merchants" issuing API as far as I can tell
Yea I did a lot of digging before opening this thread haha. Even the spending-controls that you guys provide don't allow rules specific to a merchant, looks like the most granular would be category code
👋 Taking over this thread. We don't have a good way to have spending control on a specific merchant name. The closest will be the category code as you mentioned.
Gotcha. I'm guessing as far as you know no one else has tried to do this and shared their results?