Get transaction refunds
Use this request to retrieve the refunds that are associated with the specified transaction.
To retrieve these refunds, use a GET method and the following URL:
https://services.taxamo.com/api/v2/transactions/:key/refunds/
where :key
is the Transaction Key of the transaction.
Details
Type | Value |
---|---|
Endpoint | /api/v2/transactions/:key/refunds/ |
Method | GET |
API Reference | Get transaction refunds |
Query Parameters
Parameter | Description |
---|---|
private_token | Private token. |
key | Transaction Key. |
Updated over 2 years ago