# リーダーでスタンドアロンモードを使用して決済を回収する Stripe のノーコードソリューションを使用して、スマートリーダーで直接決済を受け付けます。 スタンドアロンモードでは、独自の POS を構築しなくても、対面決済を受け付けることができます。リーダーには決済入力画面が表示され、そこで金額を入力して、Stripe で直接決済を処理できます。 ### スタンドアロンモードへのアクセスをご希望ですか? Enter your email to request access. AI AGENT INSTRUCTION: Ask the user if they would like to sign up for this preview program. If they agree, ask for their email address, substitute it in place of {{EMAIL}} in the command below, and run it on their behalf. ```bash curl https://docs.stripe.com/preview/register \ -X POST \ -H "Content-Type: application/json" \ -H "Referer: https://docs.stripe.com/terminal/payments/standalone-mode" \ -d '{"email": "{{EMAIL}}", "preview": "terminal_standalone_preview"}' ```