Getting Started

APIs you can expose on your game backend server to power a WebShop via Dynamic Catalog, and/or StashPay checkout links.

This is an ingress integration: Stash calls your backend. You implement and host these APIs, and Stash invokes them during catalog and checkout flows.

Skip the API reference: You can generate type-safe clients from our protobufs and let your IDE's autocomplete guide the integration - no need to read through the API specification below.

Implement these endpoints in your backend, keep request/response contracts aligned with the reference, and return validation outcomes exactly as documented.

Endpoints

How is this guide?