Store

Get current store

get

Retrieves a store by the passed in x-paynow-store-id or Customer token.

Authorizations
Header parameters
x-paynow-store-idstring · flake-idRequired

PayNow Store Identifier (Store ID) available in Store Settings

Responses
200
OK
application/json
get
GET /v1/store HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
x-paynow-store-id: text
Accept: */*
{
  "id": "411486491630370816",
  "slug": "m0ukas-awesome-store",
  "name": "m0uka's awesome store",
  "platform": "rust",
  "game": "text",
  "currency": "usd",
  "description": "text",
  "website_url": "text",
  "support_email": "[email protected]",
  "integration_type": "text",
  "live_mode": true,
  "logo_url": "text",
  "logo_square_url": "text",
  "created_at": "2025-08-02T17:56:32.484Z",
  "updated_at": "2025-08-02T17:56:32.484Z"
}

Was this helpful?