#NSAkv
1 messages · Page 1 of 1 (latest)
Hello! What do you mean by "manage the cards" exactly?
We have guides for saving a new card for future use using our mobile SDKs. Here's the one for iOS, for example: https://stripe.com/docs/payments/save-and-reuse?platform=ios&ui=payment-sheet
I am using the same link but it opens up payment sheet with an option to make the payment
You can also use things like STPCustomerContext to retrieve and update saved Payment Methods: https://stripe.dev/stripe-ios/stripe/documentation/stripe/stpcustomercontext
Is there anything else other than Paymentsheet to use built in UI ?
I don't think we have an out-of-the-box payment management interface like the one you're describing. You would need to build what you want.
Thanks.