How to refund order using Rest API. As using Ecommerce api its asking for auth2 token?
and how to retrieve auth2 token ? Please guide.
How to refund order using Rest API. As using Ecommerce api its asking for auth2 token?
and how to retrieve auth2 token ? Please guide.
Hey, you can use the {
{baseUrl}}/v1/orders/{orderId}/returns endpoint to return all or part of an order. The order must be paid or fulfilled. We also have a tutorial for Refunding Payments available.
The Oauth2 token is your access token. More info on OAuth can be found here on our Clover Docs page: https://docs.clover.com/docs/configuring-oauth-20
5 People are following this question.