Refund Transaction
Use this request to create a refund transaction.
To create a refund, use the following URL and the POST method:
{service_url}/api/v3/marketplace/transactions/{key}/refundsHere, {service_url} is the URL of the sandbox or production environment, and {key} is the transaction key that you want to refund. Provide the {line_key} to identify the transaction line to refund.
Example:
https://marketplace-api.sandbox.marketplace.taxamo.com/api/v3/marketplace/transactions/{key}/refundsDetails
| Endpoint | Method |
|---|---|
/api/v3/marketplace/transactions/{key}/refunds | POST |
Parameters
| Parameter | Description |
|---|---|
{key} | The unique transaction key. |
Updated 14 days ago
Did this page help you?
