RWA Pay
    RWA Pay
    • Create Payment
      POST
    • Check Payment
      GET
    • Webhook Incoming
      POST

      Webhook Incoming

      POST
      /api/webhook/incoming

      Request

      Header Params

      Body Params text/plain
      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://pay.rwa.my.id/api/webhook/incoming' \
      --header 'X-Listener-Token: rahasia-bersama-123' \
      --header 'Content-Type: text/plain' \
      --data-raw '{
        "title": "Saldo Masuk via DANA!",
        "text": "Kamu berhasil menerima Rp51.078 via BRI ke akunmu. Cek yuk!"
      }'
      Response Response Example
      {}
      Modified at 2025-07-01 09:02:01
      Previous
      Check Payment
      Built with