#rays_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/1334972432787701893
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what do you mean by identify the merchant? You're creating the card yourself, https://docs.stripe.com/api/issuing/cards/create so you'd know who that card belongs to right?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi, thanks for responding, when I use the card at a merchant business. I need to identify that merchant
You would look at the merchant data: https://docs.stripe.com/api/issuing/authorizations/object#issuing_authorization_object-merchant_data
And if you're looking to make further connections, you would need to track that on your end
Yeas, I was looking at that but looking at other providers documentation like lithic.com and others I see they provide a merchant id which Deterministically identifies a merchant, I dont see that in your documentation
how can I know for sure which merchant is which ?
I'm unsure how lithic.com works
We share the name of the merchant: https://docs.stripe.com/api/issuing/authorizations/object#issuing_authorization_object-merchant_data-name
Maybe I'm not fully understanding your question here
If the above does not solve the issue, can you share a specific example of what you expect vs. what you see in the response of the object?
name is good but I can not 100% rely on it to determine which merchant Im dealing with, is like a user id, I need a unique user Id for each of my users otherwise the DB will crash when I have multiple users with the same name
Yeah, then it looks like you're wanting something more specific.. you would need to track this on your own
ok, do you know if I always get the merchant_data.network_id property, maybe I can use this as an id for each business ?
I see in the docs that is not null I guess
https://docs.stripe.com/api/issuing/authorizations/object#issuing_authorization_object-merchant_data-network_id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
if I always get this property and is unique for each business I guess I can use it, The docs do not say
I suspect we do to surfaced the details about the seller
I highly recommend that you test it and confirm that
ok, thanks for your time
Sure!