๐Ÿ”บGet Tax Calculation [New]

Recalculation of Customs tax

POST /api/submit-bc20-tax

Service for getting the final calculation of customs tax. Including Dutty Tax, VAT, etc.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

edinumber

string

Edinumber of trader

car

string

26 digits of ref number

Response

[
    {
        "TAX_TYPE": "BM",
        "TAX_VALUE": 23318000,
        "FACILITY": "0"
    },
    {
        "TAX_TYPE": "PPN",
        "TAX_VALUE": 53862732,
        "FACILITY": "0"
    },
    {
        "TAX_TYPE": "PPH",
        "TAX_VALUE": 12241525,
        "FACILITY": "0"
    }
]

Last updated