question

belleza avatar image
belleza asked belleza commented

Refund from different merchant

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?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jeffrey Blattman avatar image
Jeffrey Blattman answered belleza commented

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.

6 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

belleza avatar image belleza commented ·

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...

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

You are right. I'll update my answer.

0 Likes 0 ·
belleza avatar image belleza commented ·

Is it possible to do refund for a different merchant using CloverConnector Browser SDK?

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

No it is not.

0 Likes 0 ·
belleza avatar image belleza commented ·

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...

0 Likes 0 ·
Show more comments

Welcome to the
Clover Developer Community