Skip to content

card_type not available through Customer.retrieve #16

@rockymeza

Description

@rockymeza

I thought it would be nice to do something like this:

>>> customer = dinero.Customer.retrieve('xxx')
>>> card = customer.cards[0]
>>> print 'Card on File:'
>>> print '{} ({})'.format(card.card_type, card.last_4)

But it doesn't work. This seems to be a limitation on the Authorize.net side though.

http://community.developer.authorize.net/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/td-p/4585/page/2

I thought I would just report this in case anybody else was having this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions