Starting a Transaction using Clearent's iOS Framework
PreviousSetting Up Clearent's iOS Framework for your Objective-C iOS AppNextStarting a Connection using Clearent's iOS Framework
Last updated
Last updated
To start a transaction using Clearent’s iOS framework:
Initialize the objects.
Note: Visit to test the sandbox and to go live.
Create an object that represents the payment request.
Note: Required to add the amount of payment in a transaction request for certain EMV checks.
Create an object that represents the Bluetooth connection.
Start a transaction.
Clearent’s iOS framework will connect to the reader, and messages will be received by the feedback delegate. When the iOS framework successfully secures the card data, it will call back to the successTransactionToken
delegate.
Note: Use POST method against our endpoint /rest/v2/mobile/transactions/sale to process the payment. For more information, see .