#AngelosBlue
1 messages · Page 1 of 1 (latest)
in our case, all communications to Stripe are done via our server, no PaymentSheet integration involved. (It's a specific flow for ACH debits where we get authorization via Plaid)
so you're doing a server-side confirmation of ACH debits?
correct!
it's a good question, we don't really have any specific documentation or requirement. Sending something like the name/version of your app and the version of the device platform makes sense yes
Pretty clear. Thanks for the quick response!
you don't need all this but for example our client SDKs use something like this ( https://github.com/stripe/stripe-ios/blob/c4b836b2e8dfe436f15777c69ac84c2998204de5/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L167-L207 ) though not all of that is used. Ultimately there's no hard technical requirement here , it's mainly for audit purposes.