32 results (Page 1 of 2)
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 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-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-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 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-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 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 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 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-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 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-24 ReceiptRoller developer community question
Posting a Question to the Community

Explains how to post a question to the developer community, and the review-approval and notification-email flow after posting.

2026-04-27 Access token Refresh token OAuth Expiry
Obtaining and refreshing an access token

Explains how to obtain the access token and refresh token used with the ReceiptRoller API, their expiry, the refresh procedure, and what to do on errors.

2026-04-27 Troubleshooting Webhook Delivery
Webhook is not being delivered

How to isolate the cause when a Webhook does not reach your receiving endpoint. Walks through checking, in order, the endpoint settings, subscribed events, reachability, signature-verification failures, and firewalls.

2026-04-27 SLA Uptime Incidents Status page
SLA, uptime, and the checking procedure during an incident

Explains ReceiptRoller's API uptime targets, how to check the status page, the isolation procedure when an incident occurs, and the flow for escalating to support.

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