You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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.
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)?The text was updated successfully, but these errors were encountered: