There is a way to get a list of all cards:
gateway.creditCard.expiringBetween(year1900, year2100, function (err, result) {...})
and then call paymentMethod.find
for each individual card. But I would like to get all payment methods associated with a customer, in one call, is this possible?