19 results
2026-04-27 API Rate limit 429 Throttling
Rate limiting and throttling

Explains the unit of rate limiting for the ReceiptRoller API, the per-plan limits, how to read the response headers, and implementation patterns to avoid hitting 429.

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-04-27 API Error codes Retry HTTP status
Error codes and retry guidance

Explains the list of HTTP status codes and error codes the ReceiptRoller API returns, which cases to retry, and guidance on retry intervals.

2026-04-27 API Endpoints Versioning URL structure
Endpoints and versioning

Explains the base URL of the ReceiptRoller API, the versioning policy, the deprecation-notice flow, and how to check the current version.

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-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-04-27 Ledger Billing Accounting Invoice
Ledger and billing-related data (scope of coverage)

Explains the scope of the ledger and billing-related data ReceiptRoller handles, tax reports, qualified-invoice support, and guidance for integrating with accounting software.

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-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 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-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-04-27 Webhook Monitoring Alerts Dead letter Incident response
Monitoring and handling failures

Explains how to read the ReceiptRoller Webhook delivery history, the metrics to monitor and how to design alerts, redelivering dead letters, and common failure patterns and recovery procedures.

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 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-04-27 Product PIM Category SKU Data integration
Product master (PIM) and category data

Explains the data structure of ReceiptRoller's product master (PIM), categories, and variations, CRUD operations, SKU management, and synchronization patterns with e-commerce.

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-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-04-27 Webhook Resend Idempotency Ordering Retry
Designing resends, ordering, and idempotency

Explains ReceiptRoller's Webhook resend policy, why delivery order is not guaranteed, implementing idempotency with event_id, handling dead letters, and common anti-patterns.

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.