The iOS framework connects to the card reader over Bluetooth and sends messages to the feedback delegate to start a transaction.
ClearentResponse *response = [clearentVP3300 startTransaction:clearentPayment clearentConnection:clearentConnection];
if (response.responseType != RESPONSE_SUCCESS)
{
//Notify user the transaction could not be started.
}
The iOS framework secures the card data and calls thesuccessTransactionTokendelegate.
4
Use the POST method with the/rest/v2/mobile/transactions/saleendpoint to submit a JSON Web Token (JWT) for payment processing.