BeaconX e-Invoice API
    BeaconX e-Invoice API
    • BeaconX e-Invoice API Documentation
    • API Endpoints
      • B2B e-Invoicing
        • Create Document(s)
        • Cancel Document
        • Void Document
        • Unvoid Document
        • [Deprecate] Create Invoice from Receipt
        • Check Status
        • Embed QR Code
        • Invoice Reversal
        • Update Reference Number
      • B2C Receipt
        • Retrieve Receipt
        • Search Receipts
        • Create a Receipt
        • Update existing Receipt
        • Void a Receipt
        • Void Multiple Receipts
        • UnVoid a Receipt
        • Create Multiple Receipts (Bulk)
        • Receipt Reversal
        • Update Reference Number
        • Check Status
        • Get Validated Receipts
      • TaxPayer
        • Validate Tax Payer
        • [Deprecate] Sync Tax Payer Master List
        • Identity
        • Validate SSM
        • Search TIN
      • Lists
        • Get list of all Classification Codes
    • Schemas
      • Document
      • Receipt
      • Shipping
      • Supplier
      • TaxPayer
      • Refund
      • Buyer
      • Annex
      • LineItem

    Refund

    Refund Note must be attached to an existing Receipt

    {
        "original_receipt_reference_number": "string",
        "issued_at": "2019-08-24T14:15:22Z",
        "outlet_code": "string",
        "pos_id": "string",
        "reference_number": "string",
        "invoice_number": "string",
        "membership_id": "string",
        "buyer_email": "john.doe@gmail.com",
        "buyer_phone": "string",
        "sub_total": 0,
        "service_charge_rate": 0,
        "service_charge_amount": 0,
        "sst_rate": 0,
        "sst_amount": 0,
        "rounding": 0,
        "total": 0,
        "quantity": 0,
        "discount_amount": 0,
        "status": "string",
        "currency_code": "MYR",
        "currency_rate": 0,
        "items": [
            {
                "id": 0,
                "description": "string",
                "unit_price": 0,
                "quantity": 0,
                "measurement": "string",
                "discount_rate": 0,
                "discount_amount": 0,
                "subtotal": 0,
                "total_excl_tax": 0,
                "total_incl_tax": 0
            }
        ],
        "payment_mode": "st",
        "payment_amount": 0,
        "payment_reference_number": "string",
        "remarks": "string"
    }
    Built with