-
Notifications
You must be signed in to change notification settings - Fork 0
Refunds Overview
Nikolaj Leischner edited this page Oct 31, 2019
·
6 revisions
This API will return the total refunded amount for every day of the last seven days for the given merchant.
The refunds overview can be retrieved by providing the following parameter in the URL path:
Parameter Name | Description | Type | Required |
---|---|---|---|
Merchant-Id | Merchant id | String | Yes |
The response body will contain a list of:
Parameter Name | Description | Type |
---|---|---|
day | Day in the week | String |
amount | The refunded amount | Number |