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}/refunds

Here, {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}/refunds

Details

EndpointMethod
/api/v3/marketplace/transactions/{key}/refundsPOST

Parameters

ParameterDescription
{key}The unique transaction key.

Did this page help you?