Get refund details
Use this request to retrieve the details for refunds.
To retrieve these refunds, use a GET method and the following URL:
https://services.taxamo.com/api/v2/settlement/detailed_refunds
You can add the Query Parameters to the body of the request. You can also add them to the URL, for example:
https://services.taxamo.com/api/v2/settlement/detailed_refunds?private_token=<token>&custom_fields=AU&date-from=2022-07-09&date-to=2022-07-13&limit=21&offset=0
Details
Type | Value |
---|---|
Endpoint | /api/v2/settlement/detailed_refunds |
Method | GET |
Query Parameters
You can specify the following fields in the attached JSON:
Field | Type | Description |
---|---|---|
private_token | String | Access token. |
format | String | Choose between json or csv . The default format is JSON. |
country_codes | String | Specify a comma separated list of 2 letter country codes. |
date_from | String | Specify the date of issue for the first invoice. The format is yyyy-MM-dd . |
date_to | String | Specify the date of issue for the last invoice. The format is yyyy-MM-dd . |
custom_fields | String | Specify a common separated list of custom fields. |
limit | Number | The value of this field is limited to 1000. The default value is 100, |
offset | Number | The offset value. The default value is 0. |
Updated almost 2 years ago