#mattiacattaneoo_api
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/1225753119632396320
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hi!
no one Issuing Card belongs to a single cardholder: https://docs.stripe.com/api/issuing/cards/object#issuing_card_object-cardholder
From here i see that the card object has assigned just one cardholder so idk
yes exactly: the card object can have a single cardholder.
so one card cannot be assigned to multiple cardholders
So then why here the scheme hints that one card can have multiple? https://docs.stripe.com/issuing/connect/cardholders-and-cards
well, one cardholder can have multiple cards. but that's not the question ou asked.
boht of these are true:
- one cardholder can have multiple cards
- but one card belongs to a single cardholder
So i can have multiple cards but those may not be legally mine (assigned to me) and i still can use them
ok i understand that was not a technical question
I need to organize my clients in groups and provide a card for each group. So i was wondering basically how to handle this, since i figured that assigning a card to only one user of the group may not be compliant
and provide a card for each group
like I said, this is not possible with the API, since one card belongs to a single cardholder.
Thank you