#devrama_api

1 messages Β· Page 1 of 1 (latest)

vernal surgeBOT
#

πŸ‘‹ 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/1384973044048592987

πŸ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

broken musk
#

Hi πŸ‘‹ I don't have specific examples offhand. Looking to see if I can find some, but I'm not optimistic that I will, and even less so that they'll be real if I do, since I can't test real payments.

Do you have an example of a Payment Method object from your testing that you can share the ID of? I'm curious to see what got populated in those fields there.

robust kraken
#

I don't have a real account either. I am using a test mode for now.

#

The company already uses Strips, but those are real customers' information that I don't have access.

#

Could you confirm if it's SWIFT code, though? Then, I think I can work based on it.

broken musk
#

Hm, the first paragraph here is giving me the impression that it's the BIC:
https://stripe.com/resources/more/sepa-transfers-explained#how-to-make-a-sepa-payment
but I can't confirm that it definitively will be that at this point. I'll ask my teammates if they know, but I'm not sure they will.

While I do, can you help me understand why you need to confirm what the contents of that field will look like? (as that may alter how I phrase what I ask my teamamtes)

robust kraken
#

Thanks.
We like to display the bank name on our screen with a payment method. Since Stripe API does not provide the bank name, we need to search the bank name by the SWIFT(BIC) code.

#

For the customers, it would be hard to know which bank acount is in the payment method by just seeing the last 4 digit. So, we need to display the bank name.

#

(BTW, it would be super awesome if this can be provided by Stripe)

broken musk
#

Gotcha, totally makes sense, I'll let you know what I find.

robust kraken
#

Also one more thing related to this subject.
If this is BIC, I see the response has

  • bank_code
  • branch_code
  • country

but I don't see location_code πŸ˜•

broken musk
#

Yeah, which is why I need some clarity, to understand where bank_code is the entire BIC, or if it's just part of it like you're hinting at.

#

My teammates and I don't have a definitive answer for you. Our suspicion is that bank_code will just contain the Bank Code and not the full BIC, but we just aren't familiar enough with the outputs of those in livemode to say one way or the other.

I'm going to have our bot send you a DM to open a support case, so we can work on getting a more comprehensive answer for you.

vernal surgeBOT
#

Hello @robust kraken, we have sent you a direct message, please check it at https://discord.com/channels/@me/1384980632748429412

  • πŸ”—The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
robust kraken
#

Awesome. Thanks.