#andrei4002-iOS-external-accounts

1 messages · Page 1 of 1 (latest)

real skiff
real skiff
#

Hey, apologies for the delay. Looking in to this and will get back with what we can find

sterile anchor
#

Hi there 👋 I'm stepping in for Pompey and getting caught up here. Bank accounts should be a bit more straightforward as you can pass those details directly rather than needing to start from a token. Cards are a little trickier as you'll need to use a token first, and I'm looking into the best path for this. Please bear with me while I dig into this.

tardy dagger
#

for cards i'm currently using the STPPaymentCardTextField.Representable textfield from the SDK, but only for setup intents and payment intents. I don't know yet if this can be used in the stripe account/external accounts context

tardy dagger
#

thanks! i think i can start from here. was also looking over the STPBankAccount object for what info i need to provide in order to create it. does the SDK provide any form of validation of what fields are required depending on country or other factors? or this is something i need to implement myself?