"statusCode": 404, "message": "Resource not found"

Hi, I am trying to invoke an action using the API through an URL from Xendit, this is the test payload:

{
    "data": {
        "id": "ewc_95d47d3a-db03-4b4b-9b6c-71077157cbc8",
        "basket": null,
        "status": "SUCCEEDED",
        "actions": {
            "mobile_web_checkout_url": "",
            "desktop_web_checkout_url": "",
            "mobile_deeplink_checkout_url": "https://wsa.uat.wallet.airpay.co.id/universal-link/wallet/pay?deep_and_deferred=1&token=dFhkbmR1bTBIamhWwFfJaB-n_6eGjr1eAHnlwWEJDsEpIU_-8m0QS5Tb1nFp_ZEtGrgHWKV8LuV6rwVL2COCVw"
        },
        "created": "2020-10-21T13:57:43.355897Z",
        "updated": "2020-10-21T13:57:43.730483Z",
        "currency": "IDR",
        "metadata": {
            "branch_code": "senayan_372"
        },
        "voided_at": null,
        "capture_now": true,
        "customer_id": null,
        "callback_url": "https://webhook.site/5eebb675-6102-453a-a81c-de95fb08bc77",
        "channel_code": "ID_SHOPEEPAY",
        "failure_code": null,
        "reference_id": "test-payload",
        "charge_amount": 20000,
        "capture_amount": 20000,
        "checkout_method": "ONE_TIME_PAYMENT",
        "payment_method_id": null,
        "channel_properties": {
            "success_redirect_url": "https://google.com"
        },
        "is_redirect_required": true
    },
    "event": "ewallet.capture",
    "created": "2020-10-21T13:59:14.536400713Z",
    "business_id": "59e0daf7049b567510c63f67"
}

I have already make API
https://api.appsheet.com/api/v2/apps/ebc30b68-4b4e-49ae-842e-28e376392481/tables/Order%20Form/Action...

but the response is

{ "statusCode": 404, "message": "Resource not found" }

Please kindly help me

0 6 1,846
6 REPLIES 6
Top Labels in this Space