PONativeAlternativePaymentDelegate

Delegate that allows to handle events during native alternative payments.

Functions

Link copied to clipboard
open suspend fun defaultValues(gatewayConfigurationId: String, parameters: List<PONativeAlternativePaymentMethodParameter>): Map<String, String>

Allows to prefill default values for the given parameters during native alternative payment. Return a map where key is a PONativeAlternativePaymentMethodParameter.key and value is a custom default value. It's not mandatory to provide default values for all parameters.

Link copied to clipboard

Invoked on native alternative payment lifecycle events.