Creating card on file from a successful payment not working with verification_token

Any transaction with our APIs will charge the eCommerce API and SDK fee listed on the page you provided. :slightly_smiling_face:

Is this working yet? Creating a card on file and then charge the customer? For cards with 3D verification code it’s giving error CARD_DECLINED_VERIFICATION_REQUIRED

What environment are you charging the card in? Is it sandbox or production? Also do you have an example? :slightly_smiling_face:

@Bryan-Square Testing in the sandbox, but looks like it does not work in production as well. Do we need to call verifybuyer 2 times and then the card can be charged as required?

At this time, yes. You will need to call verifyBuyer twice. Once when storing the card on file and a second time to charge the card on file. :slightly_smiling_face: