36 results (Page 1 of 2)
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 oauth scope api permission liff
OAuth Scopes Reference and Availability

A reference of all scopes available in the ReceiptRoller OAuth API and which kinds of apps each scope can be granted to. Also covers the review requirement for User scopes, why Store and User scopes can't be mixed, and how to use the API from a LIFF app.

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-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 app-registration oauth client getting-started
What is application registration

Explains the concept of ReceiptRoller application registration. Registering an app as an OAuth client issues a client ID, secret, and redirect URI, letting you start API and Webhook integrations.

2026-04-27 app-registration oauth client developer-portal
Creating a new app

Explains the concrete steps to register a new app (OAuth client) in the ReceiptRoller developer portal. Covers the input fields, validation, the post-creation credentials display, and common errors.

2026-03-05 API OAuth Webhook authentication scope
Developer Help Index

The index of ReceiptRoller developer help. Covers the developer application, app registration, OAuth authentication and scopes, implementation guides (wallet apps, store-facing Webhooks, the Survey API), guides by data domain, operations and security, the community, and troubleshooting.

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-04-27 OAuth Redirect URI App registration Security
Setting the redirect URL

Explains the role of the redirect URI (callback URL) you set in the ReceiptRoller developer portal, the registration rules, using development vs. production environments, and common errors and how to handle them.

2026-04-27 getting-started plan oauth app-registration
The flow to getting started

Explains the flow to start using the ReceiptRoller developer portal. If you register as a store user and are on the Starter plan or higher, no separate developer application is needed; you can register an app and begin API implementation right away.

2026-04-27 api webhook overview getting-started
What You Can Do with the Developer Portal

An overview of what the ReceiptRoller developer portal lets you do. Combine data retrieval and operations via the REST API with real-time event delivery via Webhooks to connect store and user data from external systems.

2026-04-27 Troubleshooting 403 401 Permissions Scopes
403/401 is returned (permissions and scopes)

How to isolate the cause when an API call returns 401 or 403. Explains the typical cases: invalid token, insufficient scope, no store access permission, and User-scope review not passed.

2026-04-27 api data scope getting-started overview
Available data domains

A one-page overview of the data domains you can retrieve from the ReceiptRoller developer portal. Summarizes the contents, retrieval methods, and required scopes for each domain — transactions, products, inventory, orders, customers, coupons, SNS, advertising, individual user data, and more.

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 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-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 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-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.

2026-04-27 Troubleshooting User scopes Review
app_not_approved is returned for User-scope calls

What to check when using a User-scope results in an app_not_approved error. Explains development with a sandbox slot, applying for review, and the flow from sandbox to production.

2026-04-27 Advertising Campaign Coupon Effectiveness measurement
Ad logs and effectiveness-measurement data

Explains the structure of, and how to retrieve, the campaign, coupon, ad-delivery-log, and purchase-attribution measurement data that ReceiptRoller handles.