incrementAuthorizationAmount

open fun incrementAuthorizationAmount(@NonNull invoiceId: String, @NonNull amount: Int, @NonNull handler: ThreeDSHandler)

Increments the authorization of an applicable invoice by a given amount

Parameters

invoiceId

previously generated invoice

amount

amount by which the authorization should be incremented

handler

(Custom 3DS2 handler)