question

artgrph avatar image
artgrph asked artgrph commented

How do a search for manual refunds in the rest API?

How do a search for manual refunds in the rest API?

Refund
1 comment
10 |2000

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

artgrph avatar image artgrph commented ·

does anybody have an answer to this question? I've searched in the rest api, there is nothing for it.

0 Likes 0 ·
artgrph avatar image
artgrph answered

You have to search for manual refunds under the order api endpoint. Use the filter provided to pull only the manual transactions.

GET /v3/merchants/{mId}/orders

10 |2000

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

michael avatar image
michael answered artgrph commented

Manual refunds are referred to as credits via the api.

so GET /v3/merchants/{mid}/credits will return them.

1 comment
10 |2000

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

artgrph avatar image artgrph commented ·

Thanks Michael, that's a better answer.

0 Likes 0 ·

Welcome to the
Clover Developer Community