Payment cloverPayment = data.getParcelableExtra(Intents.EXTRA_PAYMENT); if (cloverPayment != null && cloverPayment.getResult() == Result.SUCCESS) { cloverPayment.getCardTransaction().getToken(); // Vaulted Card token. }
1 Person is following this question.