Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card data in the payments response? #5

Open
svnv opened this issue May 18, 2016 · 2 comments
Open

Card data in the payments response? #5

svnv opened this issue May 18, 2016 · 2 comments

Comments

@svnv
Copy link
Contributor

svnv commented May 18, 2016

From the GET /{payment} endpoint, is there a way to get information about the customer card, like if it is a visa or a master card, and a masked card number or an id/toke (preferably one that can not be used for a payment)?

@hsideback
Copy link

It should be part of the data set. At least it's in the capture/transaction files from elixir. The field should be named something like "card scheme". Masked card no is also in the elixir data.
Card id / token is not and will not be available until we have a cross-platform card vault. Maybe this fall if it gets prioritised.

@ChristerWendel
Copy link
Contributor

In the current implementation, the answer is 'no'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants