Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 9 Next »

New concept: “Transfer Group”

We've introduced a new internal concept called 'Transfer Group' when a transfer is initiated. This concept enables TIXNGO to organize and process tickets transfer more intuitively, leading to:

  • Enhanced transfer performances

  • Improved Wallet user experience by simplifying the display of tickets and transfers on mobile, starting with grouping and ordering on transfer-related screens

New concept: “Transfer Direction”

We’ve introduced a new internal concept called ‘Transfer Direction’, together with the ‘Transfer Backward’ setting in the V4 Usage Rule, to improve transfer level computation and simplify related mobile processes (e.g. Return Ticket, Edit Transfer Recipient).

Transfer Direction supports two values:

  • FORWARD – when a ticket is transferred from Spectator A to Spectator B.

  • BACKWARD – when a ticket is transferred back from Spectator B to Spectator A, either via the "Return to sender" button or by manually entering the original sender’s email and re-initiating the transfer.

New Transfer Level computation

As of TIXNGO V3, the number of transfers allowed for a ticket is determined by the combination of its transfer level (i.e. the number of successful transfers already completed) and the transfer limit, which is defined in the Ticket Usage Rule (also referred to as the "Maximum number of transfers allowed"). By default, after injection, the transfer level of a ticket is 0 (zero).

Forward transfer

Context: Spectator A wants to transfer his ticket to Spectator B.

His ticket is newly injected and its the transfer level is 0 and its transfer limit at 3 via the Usage Rule applied.

Because the transfer level (0) is below the transfer limit (3), the transfer can be initiated

  • a unique transfer group is generated

  • for this transfer group:

    • sender is the current Owner

    • recipient is the future Owner (if he accepts the transfer)

  • the transfer direction is FORWARD.

Once accepted by Spectator B accepted the transfer:

  • The current owner becomes Spectator B.

  • The previous owner becomes Spectator A.

  • The initial owner remains unchanged.

  • The transfer level is 1.

Backward transfer

Context: Spectator B wants to return his ticket to Spectator A.

Since the transfer level (1) is below the transfer limit (3), the transfer can be initiated

  • a unique transfer group is generated

  • for this transfer group:

    • The sender is the current owner (Spectator B).

    • The recipient is the previous owner (Spectator A), if they accept the transfer.

    • The transfer direction is set to BACKWARD.

Once Spectator A accepts the transfer:

  • The current owner becomes Spectator A.

  • The previous owner becomes Spectator B.

  • The initial owne remains uncha

  • The transfer level update depends on the “Transfer backward” setting defined in the Ticket Usage Rule.

Transfer backwardSetting

Description

Transfer Level Change

Example

NEUTRAL

The backward transfer does not count toward the transfer limit.

No change

1 → 1

DECREASE

The backward transfer restores the transfer level to its state prior to the last forward transfer.

−1

1 → 0

INCREASE

The backward transfer counts as a new transfer, like any other transfer.

+1

1 → 2

Consistent behavior for transfer acceptance

With TIXNGO v4, we kept the organizer settings to enable

  • No labels