Hi I'm using the clover iframe to create a card token but when a token is charged using the post request it gives me this error:
{
"message": "402 Payment Required",
"error": {
"code": "card_declined",
"message": "System Error, please retry",
"charge": "QNYXVB63YCWQA",
"declineCode": "issuer_declined"
}
}
And I know the card cant decline because I'm using the test card provided. Thanks.