Going Live

Once your integration has been tested and verified in the myPOS Glass SDK test environment, follow the steps below to switch to production mode and begin processing real payments.

1. Create and Verify a myPOS Account

To process live transactions, you must have a fully verified myPOS account.

  • If you haven't done so yet, register at:
    https://www.mypos.com
  • Complete the account verification process as instructed by the myPOS platform.

2. Install and Activate the myPOS Glass App

After your account is verified:

  • Download the official myPOS Glass app from the Google Play Store.
  • Log in with your production account credentials.
  • Complete the activation steps within the app.

Note: If you were using the demo/test version of the myPOS Glass app, uninstall it before proceeding.

3. Configure for Production Environment

To move your application from testing to production:

  • Disable test mode in your integration code (if explicitly configured).
  • Replace all test credentials and test values (e.g. foreign transaction IDs, merchant info) with live production data.
  • Ensure the official myPOS Glass app is installed and not the demo/test version.

Failure to switch out test values and uninstall the demo app will prevent your app from functioning in production.

4. Perform Live Payment Tests

Before fully rolling out, validate the production setup by running live transactions:

  • Use real debit or credit cards (test cards will not work in production).
  • Perform various types of transactions such as:
    • Regular payments
    • Refunds
    • Voids
  • Make at least one low-value transaction (e.g., €0.10) to confirm successful processing.
  • Verify:
    • Receipt generation
    • Error handling
    • CVM flows (PIN, Signature)
    • Connectivity with myPOS services

Best Practice: Test all business-critical flows and security configurations in production with a controlled setup before general release.