Beast Insights
    Beast Insights
    • Order Summary Data
      • Order Summary (Event Date)
        POST
      • Cohort Summary (Initial Date)
        POST
    • BIN Routing
      • BIN Routing
        POST
    • Schemas
      • Schemas
        • PaginationInfo
        • OrderSummaryRecord
      • Response
        • UnauthorizedError
        • RateLimitError
        • BadRequestError
        • InternalServerError
      • ErrorResponse
      • SuccessResponse
      • BinRoutingRequest
      • OrderSummaryCohortRequest
      • OrderSummaryRequest
      • BinRoutingResponse

    BinRoutingResponse

    {
        "success": true,
        "gateway_id": "string",
        "group_id": 0,
        "group_name": "string",
        "is_fallback": true,
        "error": "string",
        "timestamp": "2019-08-24T14:15:22.123Z",
        "session_info": {
            "selection_method": "ROUND_ROBIN",
            "rule_name": "string",
            "current_index": 0,
            "total_calls": 0,
            "total_mids": 0,
            "next_gateway_id": "string",
            "total_targets": 0,
            "total_weightage": 0,
            "targets": [
                {
                    "gateway_id": "string",
                    "weightage": 0,
                    "priority": 0,
                    "percentage": "string"
                }
            ]
        }
    }
    Built with