Build a New App With Payments
Example prompts
Generic requests:
"Create an e-commerce app with a cart screen and a payment flow"
"Create a streaming app with a subscription"
Or alternatively, if the merchant is familiar with the SDK:
"Create an app for selling movie tickets with a checkout method using Simply Connect"
- The builder starts by asking a few questions about the app you want to create.
- If you didn't specify a module in the prompt, it will give you a list of all the available modules in the SDK (Simply Connect, Fields, Apple Pay / Google Pay) and explain each one.
- Collects a few details before it starts implementing:
- how to proceed with the backend (see Spin Up a Test Backend and Connect to an Existing Backend)
- which currency you will charge in
- which environment - integration (sandbox, for testing) or production
- a test buyer email. Nuvei rejects a payment with no buyer email, so the generated app carries one. You're always asked; you can keep the example.
- Builds an app with the payment integrated, runs it in an emulator.
The builder does not use a fixed app template. It can create different types of apps that accept payments, such as an online shop, ticketing app, donation app, subscription service or top-up app. The builder first creates the basic app structure. The agent then builds the requested app and adds the Nuvei payment functionality.