My use case: I have several merchants in different locations associated to a single account. Customer buys something from a merchant in Florida and wants to return in New Hampshire. How can this be supported by clover?
No it's not supported by Clover. There's also not a clean way to implement this yourself x-merchant because refunds are not exposed in our SDK. I think the best you can do is keep a list of "to be refunded" payments and provide a flow for merchant where the item was purchased to do those tasks.
You can launch the Transactions for the given payment, but the merchant still needs press the button. See ACTION_START_TRANSACTION_DETAIL
.
The links listed below mention that Refund via API isn't possible, How should we then implement the refund from the other merchant? https://devask.clover.com/question/46... https://devask.clover.com/question/11...
It seems from these docs that CloverConnector can be used for remote refund https://github.com/clover/remote-pay-... https://github.com/clover/clover-clou...
2 People are following this question.
Are we allowed to hide system bar ( black bar) at the bottom of clover mobile from a custom app?
Any reason why we are letting Printed but NOT paid orders to be deleted?
[Sandbox] Webhooks seems to be not functioning now
Can you add an API method that will list the last 100 web hooks (historical data) for a merchant?