PONativeAlternativePaymentDelegate
interface PONativeAlternativePaymentDelegate
Delegate that allows to handle events during native alternative payments.
Functions
Link copied to clipboard
open suspend fun defaultValues(gatewayConfigurationId: String, parameters: List<PONativeAlternativePaymentElement.Form.Parameter>): Map<String, PONativeAlternativePaymentParameterValue>
Allows to prefill default values for the given parameters during native alternative payment. Return a map of parameter keys to their custom default values. It's not mandatory to provide default values for all parameters.
Link copied to clipboard
Invoked on native alternative payment lifecycle events.