User Flows

User definitions

New & Network Users - A new or existing user in the Aeropay network who must complete an MFA challenge. Calling POST /v2/user with this user’s information will kick off our confirmUser OTP flow.

Returning User - An existing user in both your platform and Aeropay network. This user has been created or associated with your merchant ID via the POST /v2/user API.

Merchant - The onboarded merchant receiving the funds or initiating payouts to/from their bank account.

Variable Definitions

userId - A user identifier in uuid format that identifies the user across all Aeropay products. This unique value identifies an individual across the Aeronetwork and is returned from POST /v2/user and GET /v2/user.


What’s Next