Hello,
I am using web-payments to tokenize a card in sandbox environment. After that I am using the payments api to charge the token and I am using the payment id to save the card on file.
It is working for normal cards when I dont have to use the verifyBuyer() to create a verification token as well.
But I am not able to save the cards on file for which I have already used the verifyBuyer() to charge the tokens.
I am getting this response from v2/cards api -
{
“errors”: [
{
“category”: “PAYMENT_METHOD_ERROR”,
“code”: “CARD_DECLINED_VERIFICATION_REQUIRED”,
“detail”: “Card declined. A verification is required to process this payment. See https://developer.squareup.com/docs/sca-overview for more information.”
}
]
}
Thanks,
Jitendra