Onboard member.
Use this endpoint to complete the member registration that is going to be validated by the partner.
This is the API endpoint used to insert a new member whenever the signup is completed.
Completes the member onboarding process through partner validation and registration.
Validates member uniqueness to prevent duplicate registrations for the same member ID.
Creates a new member registration record linking the member to the validating partner operator.
Implements duplicate detection to reject requests for already registered members.
Triggers real-time SignalR notifications to all connected clients about new member onboarding.
Publishes MemberOnboarded domain event for downstream processing and business workflow orchestration.
Essential for partner-driven member acquisition and validation workflows in the loyalty program.
Supports audit trail through event publishing and real-time notification systems.
Please check Genocs.Fiscanner.WebApi.Controllers.OnboardMemberRequest for detailed request structure and requirements.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Request rejected due to duplicate member registration or invalid parameters.
401Authentication token is empty or invalid.
500Internal server error occurred during onboarding process.