26 results (Page 1 of 2)
2026-04-27 API Request Response JSON Pagination
The basics of requests and responses (JSON)

Explains the request format, required headers, response structure, pagination, filtering, and date/time format rules of the ReceiptRoller API.

2026-04-27 api reference swagger openapi community
How to read the API reference and docs

Explains the structure of ReceiptRoller's developer documentation and when to use each part. Covers the four entry points — the developer help, the API top page, the Swagger-based API reference, and the developer community — and how to obtain the OpenAPI spec (openapi/v1.json) for use with AI assistants and code generators.

2026-04-27 Webhook Events API Real-time integration
Webhook overview

Explains the main event types delivered by ReceiptRoller Webhooks, why to use Webhooks instead of polling, the delivery format (HTTPS POST + JSON), and how to think about delivery guarantees.

2026-04-27 API Samples curl Receipt retrieval
Representative API examples

Introduces, as curl commands, examples of calling the representative ReceiptRoller API endpoints (retrieving receipts, listing stores, creating products, registering Webhooks).

2026-05-29 PosTransactionDto Transaction Data Schema Reference API Smaregi Square POS Integration
PosTransactionDto specification — field reference for transaction data

A complete field reference for PosTransactionDto, the canonical model for the transaction data ReceiptRoller handles. For each category — identifiers, dates, amounts, line items, payments, staff, status, and CRM linkage — it summarizes the field names, types, meanings, and how each POS vendor populates them. A reference for developers and external-system integrators. Also referenced from the Smaregi and Square mapping articles.

2026-04-25 survey api receipt targeting liff
Survey API and receipt embed

The ReceiptRoller Survey feature lets a store collect responses via QR / link / digital receipt embed and optionally hand back a coupon. This article covers the…

2026-06-10 API OAuth Business Hours Special Days Workable Hours Shifts Android iOS
Using the Business Hours API

A guide to ReceiptRoller's Business Hours API (/api/v1/stores/{storeId}/business-hours). Covers retrieving and updating per-day business hours, registering special business days (temporary closures and hour changes), configuring a store's workable hours (the upper bound for shift creation), and determining whether the store is currently open.

2026-04-27 Troubleshooting Token Authentication OAuth
Cannot obtain a token (authentication error)

How to isolate the cause when you cannot obtain an access token. Explains the representative errors — invalid_client, invalid_grant, redirect_uri_mismatch — and what to do about them.

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-06-10 API OAuth Reservations Slots Tables Android iOS
Using the Reservations API

A guide to ReceiptRoller's Reservations API (/api/v1/reservations). Covers reservation CRUD and status updates, retrieving, creating, and bulk-generating reservation slots, retrieving the tables (tables, private rooms, counters) registered in the store layout, and reservation statistics.

2026-03-27 API authentication OAuth 2.0 authorization code developer guide
API Authentication Guide

Explains how to authenticate with the ReceiptRoller API using the OAuth 2.0 authorization code flow.

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-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-04-27 Webhook SNS LINE Bypass Forwarding Event integration
SNS Webhook bypass (forwarding Webhooks from external SNS such as LINE)

Explains the mechanism, setup, signature handling, and cautions of the "SNS Webhook bypass" feature, which forwards Webhooks ReceiptRoller receives from SNS platforms such as LINE to a developer app, with the store's consent.

2026-06-10 API Inventory WMS OAuth MCP Shopify integration
Using the Inventory / WMS API

An implementation guide for ReceiptRoller's Inventory / WMS API. Explains how to read and adjust stock per location and retrieve movement history, the required OAuth scopes, automatic mirroring when Shopify is connected, and how to use it from MCP tools (wms_get_stock / wms_adjust_stock, etc.).

2026-04-14 developer webhook receipt api integration
Store-facing: Guide to Issuing Digital Receipts from Your Own App and Getting Webhook Notifications

Explains how a store or brand issues digital receipts to customers from its own app and receives real-time notifications via Webhooks. Covers app registration, OAuth, Webhook setup, and signature verification.

2026-04-27 Webhook Signature verification HMAC Security Replay attack
Signature verification and security

Explains how ReceiptRoller Webhook HMAC-SHA256 signature verification works, sample verification code (Node.js / Python / C#), replay-attack countermeasures, and how to manage secrets safely.

2026-05-29 PIM Product Data Model Reference POS Integration
ProductDto reference

A complete field reference for ProductDto, ReceiptRoller's product master (PIM). It covers the structure, including catalog sync from a POS (Square), cost price, per-store pricing, variants, and pre-orders.

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-06-03 API OAuth Staff Management Staff CRUD Android iOS
Using the Staff API

A guide to CRUD operations on the staff (employees) under a business account using ReceiptRoller's Staff API (/api/v1/staff). Supports fields compatible with Square Team Member (name kana, multiple job assignments, and the pay structure).