Tarik Respon E-Invoice

Used by Marketplaces to get response for E-Invoice data

  • Development

URL Dev: https://apisdev-gw.beacukai.go.id/respon-einvoice-barkir-public/tarik-respon-einvoice-barkir

  • Production

URL Prod : https://apis-gw.beacukai.go.id/respon-einvoice-barkir-public/tarik-respon-einvoice-barkir/e-invoice/getResponse

Tarik Respon E-Invoice

GET {API_URL}/e-invoice/getResponse

API Endpoint to get response for E-Invoice data. It shows response for all Invoices which is not already downloaded or taken before, if you want to get the same data again, you can use invoiceNumber as a parameter.

Path Parameters

NameTypeDescription

invoiceNumber

String

Invoice Number

Headers

NameTypeDescription

Authorization*

String

Bearer Token from Authorization API

{
    // Response
}

Sample using param: https://apisdev-gw.beacukai.go.id/respon-einvoice-barkir-public/tarik-respon-einvoice-barkir/e-invoice/getResponse?invoiceNumber=INVCAN190503

Sample Response :

{
    "message": "Success",
    "status": true,
    "data": [
        {
            "invoiceNumber": "INVCAN150501",
            "statusDescription": "[\"Not Redundant INVCAN150501\",\"Catalogue found in 2023-05-15 for invoice INVCAN150501\",\"Price Valid\"]",
            "statusCode": "100",
            "currencyTypeCode": "USD",
            "countQuantity": "1",
            "measurementUnit": "PCE",
            "exitToEntryChargeAmount": "20",
            "identityQualifierCode": "CATCAN150501",
            "invoiceDate": "2023-05-15",
            "receivedTime": "2023-05-15 14:05:09.448"
        }
    ]
}

Last updated