getPaymentInterface
@JvmStatic
Get the instance of the PaymentInterface you would like to use for the transaction. This method will also do some preliminary validation on the availability of that interface when possible, and return a Result with an Exception in case there is an error.
Return
A Kotlin Result with either the instance of your PaymentInterface or an error.