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

    report-settled-bet-event

    {
        "bet_id": "string",
        "user": {
            "user_id": "string",
            "first_name": "string",
            "last_name": "string",
            "resident_address": "string",
            "resident_lga": "string",
            "resident_state": "string",
            "is_resident": true,
            "nin": "string",
            "tax_id": "string"
        },
        "win_amount": 0,
        "payout_amount": 0,
        "outcome": "string",
        "ggr": 0,
        "ur": 0
    }
    Built with