JUMP TOIntroductionIntroductionAuthenticationError HandlingSupported FormatsTaxamo v2 APITaxCalculate taxpostValidate VAT numbergetTransactionsConfirm transactionpostUn-confirm transactionpostRetrieve full transactiongetStore transactionpostBrowse transactionsgetRetrieve transactiongetCancel transactiondeleteDictionariesProduct typesgetCountriesgetCurrenciesgetRefundsCancel refund by subnumberdeleteCreate a refundpostGet transaction refundsgetCancel refunddeleteEventsGet event datagetCreate a refundpost https://services.taxamo.com/api/v2/transactions/:key/refunds/Create a refundAuthentication Private token is required. Examples Request$ curl -X 'POST' 'https://services.taxamo.com/api/v2/transactions/T60YAAAABteWsHwfho8xUz1l4fuo/refunds?line_key=SQ0Kuuvp4P9VnEzq&private_token=priv_***********&total_amount=100' Response{ "total_amount": 100, "tax_amount": 16.67 }