POAlternativePaymentMethodRequest
data class POAlternativePaymentMethodRequest(val invoiceId: String, val gatewayConfigurationId: String, val additionalData: Map<String, String>? = null, val customerId: String? = null, val tokenId: String? = null)
Request parameters used to create a redirect URL to initiate alternative payment. Note: make sure to supply proper additionalData specific for particular payment method.
Parameters
invoiceId
Invoice identifier for the APM payment.
gatewayConfigurationId
Gateway configuration ID of the APM.
additionalData
Additional data that will be supplied to the APM.
customerId
Customer ID that may be used for creating APM recurring token.
tokenId
Customer token ID that may be used for creating APM recurring token.