POAlternativePaymentMethodsService
interface POAlternativePaymentMethodsService
Provides functionality related to alternative payment methods.
Functions
Link copied to clipboard
abstract fun alternativePaymentMethodResponse(uri: Uri): ProcessOutResult<POAlternativePaymentMethodResponse>
Converts the given APM URI into response object.
Link copied to clipboard
abstract fun alternativePaymentMethodUri(request: POAlternativePaymentMethodRequest): ProcessOutResult<Uri>
Returns redirect URI for APM payments and APM token creation.