get Valid Payment Methods
fun getValidPaymentMethods(completion: (Completion<PaymentMethods>) -> Unit)
Content copied to clipboard
Fetches a list of valid payment methods for the current user.
Parameters
completion
The block to be called when the request is completed including either the payment methods or a Throwable.