導入方法の設計
リーダーとプラットフォームを選択し、どのように連携して動作するのかをご確認ください。
M2 リーダーの機能
- ミニチュアリーダー
- カウンタートップ用のオプションのドックまたはモバイルローミング用のマウント
- 非接触、チップ、スワイプの決済
コードを記述しない場合は、Terminal をサポートしている Stripe のパートナーをお探しください。
アーキテクチャー
Write your application using the Terminal SDK. The application uses the SDK to communicate with the reader, your back end, and the Stripe API.
実装の構造は次のようになります。
You can build a working example of an integration like this using the Terminal Quickstart.
リーダーと場所を管理する
Before you connect a reader to a Terminal integration, you must create one or more Locations, either in the Dashboard or using the API. Then, when you connect to your reader, specify one of those locations.
Locations represent physical places where your readers operate. Stripe needs location information to process payments correctly and keep your reader up to date. If your business requires you to move your readers frequently, your locations can use addresses that represent a primary place of business.
プロトタイピング
When you first begin writing your application, you can test it with a simulated reader and simulated cards. The Terminal Quickstart demonstrates an app at this stage of development.
When you’re ready to work with actual hardware, follow these steps:
- Order an M2 reader and physical test cards.
- Connect to the reader using Bluetooth or USB.
- Test your logic with physical test cards.