PaymentManager
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun createPaymentConsent(options: Options.CreatePaymentConsentOptions): PaymentConsent
Link copied to clipboard
abstract suspend fun createPaymentMethod(options: Options.CreatePaymentMethodOptions): PaymentMethod
Link copied to clipboard
abstract suspend fun retrieveAvailablePaymentConsents(options: Options.RetrieveAvailablePaymentConsentsOptions): Page<PaymentConsent>
Link copied to clipboard
abstract suspend fun retrieveAvailablePaymentMethods(options: Options.RetrieveAvailablePaymentMethodsOptions): Page<AvailablePaymentMethodType>
Link copied to clipboard