AURA can host the customer onboarding flow for you. You create a signup session, redirect the customer to an AURA-hosted URL where they enter their details and pay, and AURA returns them to you with the outcome — no onboarding UI to build yourself.
returnUrl and a customer identifier (email or your
customerReferenceId).returnUrl with the outcome as query parameters.A minimal React Native (Expo) example showing how to embed the flow is available at Aura-app/embed-example-app.
Subscription and predefined-location management don’t yet have hosted web flows.
To manage a subscription afterwards, retrieve the subscriptionId from the
customerId returned during signup, then use the subscription endpoints.