Tokenize a Card in Your Mobile App
The Omni Mobile SDK provides a simple way to accept a payment on your mobile app by providing tokenization of payment methods. By using these tokens instead of card and bank information, you no longer have to worry about sending sensitive card information to your server.
Note: This feature facilitates payments when you have card data and not a Fattmerchant-provided mobile reader.
If you have a Fattmerchant-provided mobile reader, then see Mobile Reader Payments .
How it works
- Collect card data
- Then pass the card data to the Omni Mobile SDK. This creates a
Payment Method
in Omni and returns the id - Using the
Payment Method
id, you can now use thePOST /charge
route in the Omni API to perform a transaction