fun getPaymentMethodAsync(userUuid: String, success: (result: PaymentMethodResponse) -> Unit, error: (e: Throwable) -> Unit): Job
Note: Only a single credit card payment method is currently supported