49 results (Page 1 of 3)
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-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-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-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-04-27 App registration Purpose of use Connections Category User-scope review
Declaring your purpose of use and connections (POS / e-commerce / analytics, etc.)

Explains the meaning of the "purpose of use" and "connection category" (POS / e-commerce / analytics / CRM / OMS / WMS / SNS / other) declared when registering an app in the ReceiptRoller developer portal, how to choose them, cautions when changing them, and the relationship to User-scope review.

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 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-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-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 Webhook Registration Endpoint Event subscription
How to register a Webhook

Explains how to register a Webhook endpoint in the ReceiptRoller developer portal, how to choose subscribed events, test delivery, using multiple endpoints, and how to delete or pause an endpoint.

2026-04-27 Client ID Secret Authentication App registration
Managing the client ID and client secret

Explains how to obtain the client ID and client secret issued when you register a ReceiptRoller app, storage rules, what to do on a leak, and operating across multiple environments.

2026-04-27 Production operation Best practices Monitoring Deployment
Best practices for production operation

Explains best practices for running a ReceiptRoller integration app in production — environment separation, monitoring, deployment, incident response, and keeping documentation in order.

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 Troubleshooting Plan Developer portal
The developer portal is not shown while on the Free plan

What to check when the ReceiptRoller developer portal is not shown. Explains what to do when your plan is Free, switching business accounts, and the timing of when the display updates.

2026-04-27 Access control Audit log RBAC Least privilege
Access control and audit logs

Explains how to design access control for operating a ReceiptRoller integration app, the principle of least privilege, how to take audit logs, and how to run periodic reviews.

2026-04-27 Data protection Anonymization Encryption Privacy
How to think about data protection (anonymization and encryption)

Explains how to think about data protection in a ReceiptRoller integration app — encryption (at rest and in transit), anonymization and pseudonymization techniques, and a deletion policy.

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