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

      settle-withdrawal

      Developing
      POST
      /integration-gateway/external/settle-withdrawal
      Report a finalized withdrawal event

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠401Unauthorized
      🟠404Record Not Found
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/integration-gateway/external/settle-withdrawal' \
      --header 'x-api-key;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
        "withdrawalId": "54321",
        "userId": "67890",
        "amount": 500.00,
        "status": "completed",
        "timestamp": "2025-07-21T12:00:00Z",
        "location": {
          "latitude": 6.5244,
          "longitude": 3.3792,
          "accuracy": 50,
          "source": "ip"
        },
        "metadata": {
          "method": "bank_transfer",
          "bank": "ABC Bank"
        }
      }'
      Response Response Example
      200 - Example 1
      {
          "message": "Event received"
      }
      Modified at 2025-07-29 08:29:02
      Previous
      report-settled-bet-event
      Next
      settle withdrawal
      Built with