credit-card-frontPayment Methods

Overview of supported payment methods in the Onside SDK: credit card, Apple Pay, digital wallets, local methods, and how to enable or configure them in your iOS app.

OnsideKit provides a simple, built-in interface for users to manage their saved payment methods directly within your app. This includes adding new bank cards and removing existing ones.

Presenting the Payment Methods Manager

To display the UI for managing payment methods, call the following static method:

Onside.presentPaymentMethodsManager(
    completion: (@MainActor (Result<Void, OnsidePaymentMethodsManagerError>) -> Void)?
)

This method presents a UI where users can view, add, or delete their saved bank cards.

Last updated

Was this helpful?