Hello,
I'm looking in to how I go about adding Vantiv to our native iOS app. Our specific use case is that users can add cards to their account that are later used for purchases, not necessarily immediately. Our previous payment processor had an SDK, which would create a token that represented a card locally, which we would submit with out purchase. I guess my question is, how do I add a card to a customers account prior to them actually checking out?
You should look at our eProtect solution. Briefly, with eProtect, the consumer PAN info comes to our eProtect servers without touching your system. eProtect returns a Low Value Token, which you can use in a subsequent Auth/Sale transaction. The response message contains a High Level Token, which you store in your system for all future transactions.
Please take a look at the eProtect documentation located on this page: The specified item was not found. .
Tom