getValidPaymentMethods

fun getValidPaymentMethods(completion: (Completion<PaymentMethods>) -> Unit)

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.