#Mateusz L-funding-instructions

1 messages ยท Page 1 of 1 (latest)

clever shadow
#

Hi ๐Ÿ‘‹ could you share the ID of a FundingInstruction object that you're referencing while looking into this?

cerulean sun
#

๐Ÿ‘‹ this is not based on any particular existing object, but rather on what we can see in the linked docs - we do not use this endpoint yet, we are wondering if this is something we can implement at all

clever shadow
#

I'm not familiar with the dashboard side of this flow, so I'm not sure how the information it displays maps to the API side of things that we primarily focus on in this forum. I wonder if the details that you're referring to are retrievable based on the provided BIC/SWIFT code.

cerulean sun
#

It seems to me those fields are just missing from the API, they are not listed as optional anywhere under the object definition (https://stripe.com/docs/api/issuing/funding_instructions/object), as far as I see BIC/SWIFT code is not something we provide when creating this object either

if it is in fact missing, I would just like to confirm whether we can safely display the information from the issuing balance docs (screenshot), or are we not able to get this information at all

clever shadow
#

You wouldn't provide that information, in this scenario you're telling us that you need a set of funding instructions and we provide the relevant information for that.

The sample response provided in the API spec shows the same value for financial_address.iban.account_holder_name as the value shown in your dashboard screenshot:
https://stripe.com/docs/api/issuing/funding_instructions/create

cerulean sun
#

You wouldn't provide that information

Yes, I understand, I was referring to this part of your response:

I wonder if the details that you're referring to are retrievable based on the provided BIC/SWIFT code.

I thought you were implying the opposite, I must have misunderstood your message, sorry for the confusion ๐Ÿ™‚

The sample response provided in the API spec shows the same value for financial_address.iban.account_holder_name as the value shown in your dashboard screenshot

Yes, this is exactly why I am wondering whether this information is constant and we could just get the missing fields from the screenshot, but I'm looking for confirmation as this could just be a case that this bank was used for these documentation pages but it is not the only one

clever shadow
#

I don't know if the bank account information is always the same, our Support team may have a more definitive answer that they can provide.
https://support.stripe.com/?contact=true

Apologies for the confusion from my side, I was attempting to say that if the BIC/SWIFT code is provided in the response when creating a FundingInstructions object then perhaps that information could be used to look up the other information that you're looking for.