eRMC
    eRMC
    • Operator Integration Guide for ERMC & SDK
    • report-settled-bet-event
      POST
    • settle-withdrawal
      POST
    • Schemas
      • settle withdrawal

      report-settled-bet-event

      Developing
      POST
      /integration-gateway/external/report-settled-bet-event
      Report a finalized bet conclusion

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠401Unauthorized
      🟠422Parameter Error
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/integration-gateway/external/report-settled-bet-event' \
      --header 'x-api-key;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
        "betId": "12345",
        "userId": "67890",
        "amount": 100.00,
        "status": "won",
        "timestamp": "2025-07-21T12:00:00Z",
        "location": {
          "latitude": 6.5244,
          "longitude": 3.3792,
          "accuracy": 50,
          "source": "gps"
        },
        "metadata": {
          "game": "soccer",
          "odds": 2.5
        }
      }'
      Response Response Example
      200 - Example 1
      {}
      Modified at 2025-07-29 08:28:28
      Previous
      Operator Integration Guide for ERMC & SDK
      Next
      settle-withdrawal
      Built with