makeAPMPayment
open fun makeAPMPayment(@NonNull apm: GatewayConfiguration, @NonNull invoiceId: String, @NonNull additionalData: Map<String, String>, @NonNull with: Context): Uri
Returns the URL to redirect the user to an alternative payment method payment page to complete a payment
Parameters
apm
Gateway previously retrieved
invoiceId
Invoice created on your backend
additionalData
AdditionalData to send to the APM
open fun makeAPMPayment(@NonNull apm: GatewayConfiguration, @NonNull invoiceId: String, @NonNull with: Context): Uri
Returns the URL to redirect the user to an alternative payment method payment page to complete a payment
Parameters
apm
Gateway previously retrieved
invoiceId
Invoice created on your backend