I'm trying to save a multipay token to a customer, but I am gettting this errow below:
Here's my workflow:
- Generate a token using hosted iFrame
- Create a customer with https://docs.clover.com/reference#handlerscreatecustomer (https://sandbox.dev.clover.com/v3/merchants/mId/customers)
- Add/Save the card to the customer with https://docs.clover.com/reference#handlerscreatecustomercard (https://sandbox.dev.clover.com/v3/merchants/mId/customers/customerId/cards)
- In Step 3, I mark the tokenType as "MULTIPAY" and get a successful result on save.
However, when I try to charge the card, I get an error.