Refund Transactions

Use this request to refund a transaction.

❗️

Warning

Refunds need to be generated at the line item level.

The entire refund process is described in more detail in the Refunds topic.

Use the following URL and a POST method to refund transactions:

{service_uri}/api/v3/marketplace/transactions/{key}/refunds

where:

  • {service_uri} is the service's URI.
  • {key} is the transaction key value. This specifies which transaction request you wish to refund. You also need to provide the line_key to identify which line to refund.

For example:

curl --request POST \
  --url https://marketplace-api.sandbox.marketplace.taxamo.com/api/v3/marketplace/transactions/PJyj7WQAAAAYTSOvTCmQLpBvs7KRe1lL6v3GSnQ/refunds \

Details

TypeValue
Endpoint/seller/transactions/{key}/refunds
MethodPOST
API Reference DocumentationRefund transaction