643 matches
34 actions
Taxamo
34 actions
- Browse transactionsGETv1.0.0
- Calculate domestic summaryGETv1.0.0
- Calculate EU VIES reportGETv1.0.0
- Calculate locationGETv1.0.0
- Calculate taxPOSTv1.0.0
- Capture paymentPOSTv1.0.0
- Confirm transactionPOSTv1.0.0
- CountriesGETv1.0.0
- Create a refundPOSTv1.0.0
- CurrenciesGETv1.0.0
- Delete transactionDELETEv1.0.0
- Detailed refundsGETv1.0.0
- Email credit notePOSTv1.0.0
- Email invoicePOSTv1.0.0
- Fetch refundsGETv1.0.0
- Fetch settlementGETv1.0.0
- Fetch summaryGETv1.0.0
- Get transaction refundsGETv1.0.0
- List paymentsGETv1.0.0
- Locate IPGETv1.0.0
- Locate provided IPGETv1.0.0
- Product typesGETv1.0.0
- Register a paymentPOSTv1.0.0
- Retrieve transaction data.GETv1.0.0
- Settlement by countryGETv1.0.0
- Settlement by countryGETv1.0.0
- Settlement by tax typeGETv1.0.0
- Settlement stats over timeGETv1.0.0
- Simple taxGETv1.0.0
- Store transactionPOSTv1.0.0
- Transaction statsGETv1.0.0
- Un-confirm the transactionPOSTv1.0.0
- Update transactionPUTv1.0.0
- Validate VAT numberGETv1.0.0
Other/Taxamo
Register a payment
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
{
"type": "object",
"properties": {
"key": {
"type": "string"
}
},
"required": [
"key"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}