Debit Card Tokenization for Mobile Apps (Push to Card Only)
Introduction
Unlike websites, if a native mobile application is running on a mobile device owned by the end consumer, then the installed application that has native controls for ingesting card data is not in scope for the developer/company’s PCI assessment. In these cases, the sensitive data goes from the consumer owned device directly to Coinflow for tokenization, providing the application with PAN token that can be stored for future use and/or immediate transaction processing.
The PCI SSC has a article that covers this: https://www.pcisecuritystandards.org/faq/articles/Frequently_Asked_Question/how-do-pci-standards-apply-to-organizations-that-develop-software-that-runs-on-a-consumer-s-device-for-example-a-smartphone-tablet-or-laptop-and-is-used-to-accept-payment-card-data/
Get mobile tokenization config
This endpoint will return the config which you will need to pass along with the card data to the mobile tokenization endpoint.
Tokenize W/O CVV
When utilizing Push to Debit Card Withdrawals, customers only need to enter their debit card number, not the CVV.
Get the config as in step 2, without passing the token query parameter.
Add Debit Card
Copy the token from Step 3 (Tokenize W/O CVV) and pass the token into the Add Debit card endpoint.
At this point, you’ve linked a user’s debit card for push to card withdrawals!

