Credit Card

Credit Card: Expiring Between

Returns a collection of Credit Card objects that expire between the specified dates.
  1. Python
collection = gateway.credit_card.expiring_between(date(2018, 1, 1), date(2018, 12, 31));
Arguments
end_daterequired, str
The maximum expiration date of cards returned in the search (inclusive).
start_daterequired, str
The minimum expiration date of cards returned in the search (inclusive).