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.

Constructors

Link copied to clipboard
constructor(invoiceId: String, gatewayConfigurationId: String, additionalData: Map<String, String>? = null, customerId: String? = null, tokenId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val customerId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tokenId: String? = null