Starting a transaction in your iOS app
To start a transaction using Clearent’s iOS framework:
Create an object that initializes the transaction.
Visit Clearent Payment Gateway to test your integration with iOS framework and to go live.
Create an object that represents the payment request.
The setAmount
field is required for certain EMV checks and must be provided.
Create an object that represents a Bluetooth connection.
The iOS framework connects to the card reader over Bluetooth and sends messages to the feedback delegate to start a transaction.
The iOS framework secures the card data and calls the successTransactionToken
delegate.
Use the POST method with the /rest/v2/mobile/transactions/sale
endpoint to submit a JSON Web Token (JWT) for payment processing.
Last updated
Was this helpful?