@tributary-so/sdk
    Preparing search index...

    Variable GATEWAY_FEATURESConst

    GATEWAY_FEATURES: { CUSTOM_PROTOCOL_FEE: 4; NET_AMOUNT: 2; REFERRAL: 1 } = ...

    Gateway feature flag bit positions. Bit-vector stored in PaymentGateway.feature_flags (u8).

    Type Declaration

    • ReadonlyCUSTOM_PROTOCOL_FEE: 4

      Bit 2: Custom protocol fee enabled — overrides default 100 bps (1 = enabled)

    • ReadonlyNET_AMOUNT: 2

      Bit 1: Net amount mode — recipient receives exactly payment_amount, fees added on top (1 = net)

    • ReadonlyREFERRAL: 1

      Bit 0: Referral program enabled (1 = enabled)