We are trying to test the partial payment scenario with clover ecommerce api.
The test card is according to
https://docs.clover.com/docs/test-card-numbers
4005 5780 0333 3335We are using clover hosted iframe to tokenize the card. It gets tokenized successfully, but when I add the token to a customer's source to use it for future transactions. we get this response
{"message":"402 Payment Required","error":{"type":"card_error","code":"card_declined","message":"Token verification failed for token clv_1TSTSRTofFD9TADHfFVLm6o2"}}
We are not actually trying to charge the card at this point, just add it to customer.
Shouldn't a problem occur when we try to charge a card?
And why is this card being declined, if it is good for a partial charge?
Please advise so we can adjust our app's flow accordingly.
Thankyou.