Developers
  • Introduction
  • Integration
    • Spring Boot Starter
      • Overview
      • Setup your project
      • Product search
      • Invoicing
      • Merchant side invoicing
      • Merchant side purchase control
      • Loyalty cards
      • Home delivery
      • Marketing & Offers
    • Custom Integration
      • Overview
      • Connection node
        • Get node version endpoint
        • Get node health endpoint
      • Product search
        • Pageable product list search endpoint
        • Product bacrode search endpoint
        • Product name search endpoint
        • Product category search endpoint
      • Invoicing
        • Receive invoice endpoint
      • Merchant side invoicing
        • Create receipt endpoint
        • Confirm receipt payment endpoint
      • Merchant side purchase control
        • Receive purchase check endpoint
        • Send purchase check result
        • Ask for purchase check data resend
      • Loyalty cards
        • Loyalty card registration endpoint
        • Loyalty card bonus endpoint
      • Home delivery
        • Receive order endpoint
        • Receive order update endpoint
        • Update order status
        • Find order by id
        • Find order by invoice id
        • Find order by institution invoice id
      • Marketing & Offers
        • Find offers endpoint
  • General
    • Data object descriptions
      • HealthStatus
      • DefaultOffer
      • DiscountOffer
      • ProductRelatedOffer
      • OfferType
      • OfferClassification
      • Order
      • OrderStatusChangeLog
      • ColorTheme
      • LoyaltyCard
      • DefaultLoyaltyCard
      • BonusLoyaltyCard
      • LoyaltyCardType
      • LoyaltyCardValidationType
      • Shipment
      • ShipmentStatus
      • Category
      • Addition
      • Address
      • Currency
      • BuyerParty
      • Campaign
      • CampaignCode
      • ClientCard
      • Information
      • Inspection
      • Invoice
      • LangCode
      • Price
      • Product
      • Quantity
      • SellerParty
      • Total
      • TotalVAT
      • Translatable
      • Receipt
      • ReceiptProduct
      • ReceiptLoyaltyCard
      • ReceiptCategory
      • VAT
    • Request & Responses
      • NodeHealthResponse
      • NodeVersionResponse
      • OfferSearchRequest
      • PickupOrderStatusChangeRequest
      • LoyaltyCardBonusResponse
      • LoyaltyCardBonusRequest
      • LoyaltyCardRegistrationResponse
      • LoyaltyCardRegistrationRequest
      • PurchaseControlCheckResendRequest
      • PurchaseControlResult
      • PurchaseControlCheckResponse
      • PurchaseControlCheckRequest
      • ReceiptPaymentConfirmationRequest
      • InstitutionRequest
      • Pageable
      • PageRequest
      • CreateReceiptRequest
      • ProductSearchRequest
    • Campaign standard
Powered by GitBook
On this page
  • Powered by:
  • General Flow
  • Integration
  • Payment processing
  • Before you open your first store

Was this helpful?

Introduction

Smarts allows to scan products and pay for them by using mobile app.

NextSpring Boot Starter

Last updated 5 years ago

Was this helpful?

Powered by:

General Flow

  • Customer scans store's QR code with Smarts app to start shopping

  • Customer will add products to shopping cart by scanning SKU or searching it from product catalog

  • Customer will pay for the purchase by scanning QR code at the store exit.

Integration

Smarts is communicating with merchant through restful API-s. It is required to create API endpoints in the merchant side to establish communication between the Smarts and merchant.

Smarts offers 2 different integration methods

Smarts need API-s to exchange

  • Product information

  • Invoice and payment confirmation information

  • Purchase check information

  • Marketing information

  • Home delivery information

  • Loyalty card information

Smarts strongly recommends Spring Boot Starter integration.

Payment processing

Smarts is using Stripe payment provider because it allows to

  • move payment amount from client to merchant directly without third party intervention

  • start payment in the merchant behalf

  • one-click onboarding for merchant with Stripe OAuth service

Before you open your first store

1.) Open Smarts account and create new subscription

3.) Choose the integration method

For further questions please write an email or call

kristo.truu@smarts.ee

+372 563 14 762

- Generates secured and required API endpoints automatically

- Create API endpoints and data objects manually

2.) Open Stripe Merchant .

Spring Boot Integration
Custom integration
Check stripe pricing here
account
Spring Boot Starter
Customer Integration