question

kirank avatar image
kirank asked kirank answered

Payment Connector Vault Card returning Null

We are using paymentConnector.vaultCard(cardEntryMethods.ALL)

Then we are swiping the Test Card when asked. The response has token as not set/null.

onVaultCardResponse VaultCardResponse{json='{"success":true,"result":"SUCCESS","reason":null,"message":null,"card":{"first6":"601136","last4":"6668","cardholderName":"DEVKIT DISCOVER TESTCARD","expirationDate":"1225"}}', bundle=null, changeLog=Bundle[{success=null, reason=null, result=null, card=null, message=null}]}
 @Override 
public void onVaultCardResponse(final VaultCardResponse response) {
 VaultedCard vc = response.getCard();
 Log.e(TAG, "Token from vault card : " + vc.getToken());
}

Output of above is:

Token from vault card : null

Are we missing any setting?


PaymentConnector
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

kirank avatar image
kirank answered

Seemed to be a temporary problem. Works now. Closing.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community