#thetemp
1 messages · Page 1 of 1 (latest)
Can you define "CSR" within this context? Are you talking about doing in-app purchases for an iOS Unity app? Or are you talking about using Apple Pay with Stripe?
See here for disambiguation: https://stripe.com/docs/apple-pay?platform=ios#using-stripe-and-apple-pay-versus-in-app-purchases
Ah right, by CSR I mean the Certification Signing Request required by Apple to produce a Merchant ID certificate (https://dashboard.stripe.com/settings/payments/apple_pay). This is for Apple Pay, using Stripe's iOS SDK instructions (physical deliverable items - not digital In-App Purchase items)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
*Using ApplePay in a plugin for external developers to use in their Unity apps (developed for iOS platform)
Hi 👋
Are you using the Stripe IOS SDK in this scenario? How are you using Stripe in this case?
Yes, I'm using the Stripe iOS SDK. Pretty much using it verbatim as to the instructions on the Stripe iOS SDK walkthrough docs (https://stripe.com/docs/apple-pay?platform=ios). Steps 3 and 4 are most relevant here.
Okay so the CSR is a requirement from Apple. We don't have a way to make this easier to build Apple Pay functionality into an iOS app I'm sorry to say.
Dang it. Is there a limit to how many iOS certificates we can have on one Stripe account?
The cert is per iOS Application as far as I understand it
I think it's per Apple Dev account but what I meant was -regardless of the cert details on Apple's side- was there a limit in the Stripe dashboard section as to how many iOS certificates we can add? Like, can we add 5,000 certificates? (https://dashboard.stripe.com/settings/payments/apple_pay)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I do not see a limit specified
Mmm, ok. Kinda hard to make a business decision based on what's not seen. Any suggestions on how I can get a definitive answer on this?
We specify certain limitations (such as the # of cards a customer can be associated with) internally and I am not seeing a limit defined for iOS certificates. To get more definitive than that you would likely need to write in to Support (https://support.stripe.com/contact/email).