public void onSuccess(PaymentInfo response, String paymentCredential, Bundle extraPaymentData) {
// You will receive the payloads shown below in paymentCredential parameter
}
Sample paymentCredential JSON output (using JWE-only)
Sample private key
{
"amount":"1000",
"currency_code":"USD",
"utc":"1490266732173",
"eci_indicator":"5",
"tokenPAN":"1234567890123456",
"tokenPanExpiration":"0420",
"cryptogram":"AK+zkbPMCORcABCD3AGRAoACFA=="
}
{
"reference":"tok_18rje5E6SzUi23f2mEFAkeP7",
"status":"AUTHORIZED"
}
Sample paymentCredential JSON output