improved

Release 21.7

V2 to V1 API merge

Some V2 functions and endpoints have been merged with the original V1 code. Some examples of endpoints that were merged are listed below:

  • Calculate tax POST /api/v2/tax/calculate
  • Validate Tax/VAT number GET /api/v2/tax/vat_numbers/:tax-number/validate
  • Create refund POST /api/v2/transactions/:key/refunds
  • Create/Get/Confirm/ Cancel transaction*
    POST /api/v2/transactions
    GET /api/v2/transactions/:key
    POST /api/v2/transactions/:key/confirm
    DELETE /api/v2/transactions/:key