10 results
2026-06-03 API Display Media Android Signage Pairing Retail Media Impressions
Using the in-store media display API (Display API)

An overview of ReceiptRoller's in-store Android display API (/api/v1/displays/*) and the steps for pairing, heartbeat, playlist retrieval, and impression reporting. An introductory guide for building an app that plays a media loop on an Android kiosk or in-store signage device.

2026-04-09 oauth api receipt webhook ios android line
Wallet App: Guide to Fetching a User's Receipts via OAuth

Explains how to fetch a user's Receipt Roller purchase receipts, with their consent, from a wallet-style app such as iOS, Android, or a LINE Mini App. Covers OAuth 2.0 authentication, the receipts API, and Webhook integration.

2026-05-26 OAuth Android iOS Mobile API Multi-Business-Account PKCE
Guide for native mobile apps: multi-business-account access and the OAuth flow

An implementation guide for Android / iOS native apps. Turning off "bind the token to one business account at authorization time" during app registration issues a user-scoped OAuth token. With the /api/v1/me/organizations + ?organizationId= pattern, you can access multiple business accounts across the board.

2026-06-01 API OAuth Product Management PIM CRUD Android iOS
Using the Products API

A guide to CRUD operations on products under a business account using the ReceiptRoller Products API (/api/v1/products). An introductory article for reading and writing the PIM (product master) from an Android/iOS app or server integration.

2026-04-27 Receipt Purchase Data integration API
Purchase and receipt data integration

Explains the structure of the purchase and receipt data ReceiptRoller handles, how to retrieve it, related scopes, Webhooks, and common use cases.

2026-06-01 API OAuth Order Management OMS Orders CRUD Android iOS
Using the Orders / OMS API

A guide to CRUD operations on the orders under a business account using ReceiptRoller's Orders / OMS API (/api/v1/orders). Covers creating, updating, transitioning status (confirm, process, cancel), and deleting orders, plus the flow for Android / iOS apps and server integrations.

2026-06-01 API OAuth Sales KPI Analytics Android iOS averageTicket terminalId
Using the Sales API

An overview of ReceiptRoller's Sales API (/api/v1/sales/*) and how to filter by business account, store, POS terminal, and period. A getting-started guide covering the actual response structure (the KpiValue nested type) through averageTicket and the 8-hour token lifetime, for building a sales dashboard in an Android/iOS mobile app or server integration.

2026-06-01 API OAuth Transactions POS OMS Android iOS
Using the Transactions API (POS + OMS unified feed)

ReceiptRoller's Transactions API is a read-only API that unifies register sales (PosTransactions) and order-management orders (OmsOrders) into a single feed. It is the entry point for showing "all of a business account's transactions" as a list in an Android / iOS app.

2026-06-21 API Store App News Pages Business Info shopId
Using the Store App Content API (News, Pages, and Business Info)

A guide to /api/v1/apps/{shopId}/*, used to fetch store app content (news, pages, app manifest, business info, and membership card config). Explains that shopId is the same as the business account ID, the difference between business-account-level content and store-level content, and how authentication is handled.

2026-06-01 API OAuth Business Account Store POS Android iOS
Listing business accounts, stores, and POS terminals

A guide to retrieving, via REST API, the business accounts a user belongs to, the stores under them, and each store's POS terminals, from a ReceiptRoller mobile app or server integration.