fattmerchantorg / Fattmerchant-iOS-SDK

Fattmerchant iOS SDK
Apache License 2.0
3 stars 1 forks source link

Payment using credit card using inbuilt API call without Mobile Reader. #9

Open sojitrajayumedex opened 4 years ago

sojitrajayumedex commented 4 years ago

Currently, application is accepting payment using a mobile reader using the following method.

    omni?.takeMobileReaderTransaction(request: createTransactionRequest(), completion: { _ in
      self.log("Finished transaction successfully")
    }, error: { error in
      self.log(error)
    })

We have a specific requirement to accept payment without using any device.

The client will enter his credit card information and payment should be done using the tokenized method through the application only.

tuliot commented 4 years ago

@sojitrajayumedex , the feature of taking a payment without using the mobile reader is under development and will be available in very soon in version 1.4.0. I will post here and let you know when it is available

sojitrajayumedex commented 4 years ago

By when I can expect it? As we have to also release our app. If you can let me know the expected date then it will be helpful for us.