Dashboard
Authorization: APIKey TOKEN.Show fieldsHide fields
affiliate_linksAffiliateLinkResult[]Required
affiliate_linkAffiliateLinkDtoOptionalRepresents a detailed view of an affiliate link, including configuration and audit information.
noneNo commission is earned.
fixedA fixed amount commission (e.g., $5 per purchase). Not yet supported by the affiliate service.
percentageA percentage-based commission (e.g., 10% of the purchase).
noneNo discount is offered.
fixedA fixed amount discount (e.g., $5 off).
percentageA percentage-based discount (e.g., 10% off).
invalidNo referer type specified. This value is typically used as a default or uninitialized state.
first_refererThe first affiliate link the customer followed is credited.
last_refererThe most recent affiliate link the customer followed is credited.
bansBanResult[]Required
banBanDtoOptional
couponsCouponResult[]Required
couponCouponDtoOptionalRepresents a detailed view of a coupon, including configuration and audit information.
unspecifiedNo discount type specified. This value is typically used as a default or uninitialized state.
percentA percentage-based discount (e.g., 10% off).
amountA fixed amount discount (e.g., $5 off).
onceThe coupon can be used only once.
foreverThe coupon remains valid indefinitely (no expiration).
repeatingThe coupon is valid for a repeating period, typically specified in months.
customersCustomerResult[]Required
customerCustomerDtoRequiredRepresents a customer in the PayNow system with their associated profiles and metadata.
unknownjavabedrock
facetsobjectRequired
gameserversGameserverResult[]Required
gameserverGameServerDtoOptionalRepresents a game server in the PayNow system with authentication tokens and linking information.
giftcardsGiftcardResult[]Required
giftcardGiftCardDtoOptionalRepresents a gift card in the PayNow system.
ordersOrderResult[]Required
orderOrderDtoOptionalRepresents a customer order
createdcompletedcanceledrefundedchargeback
one_timeOrder contains only one-time purchase items
subscription_initialOrder is the initial charge for a subscription
subscription_renewalOrder is a recurring renewal charge for a subscription
subscription_prorationOrder is a proration charge for a subscription
mixedOrder contains both one-time purchase and subscription items
productsProductResult[]Required
productProductDtoOptional
invaliddayweekmonth
invaliddayweekmonthyear
unknownUnknown tax code.
digital_goods_subscriptionYou provide customers access to photographs, audiovisual works, audio works, and books, delivered electronically to a customer for non-permanent access, with right of use conditioned on continued payment to the seller.
digital_goods_permanentYou provide customers access to photographs, audiovisual works, audio works, and books, delivered electronically to a customer.
saasSaaS: Pre-written software, delivered electronically. You provide customers access to a hosted software application, described as computer programs designed to permit the user to perform a group of coordinated functions, tasks, or activities. You are typically responsible for all aspects of making the software service available.
downloaded_softwarePre-written, non-custom computer software that is delivered electronically for download onto customers' devices/servers. No tangible personal property (e.g. CD-ROM, etc.) is delivered or used in conjunction with the download.
digital_goods_subscription_gamingCloud based or downloaded access to digital gaming services (used by default for game servers).
digital_goods_permanent_gamingPermanent digital goods for gaming (not recommended).
iaasInfrastructure as a Service: Providing users remote access to data center equipment and computing power.
paasPlatform as a Service: A cloud computing service bundle that includes both the infrastructure (servers, storage, and networking) and the middleware (development tools, business intelligence services, database management systems) that provides the customer a complete development and deployment environment in the cloud.
saas_securityCloud-based SaaS, designed to secure customer data. Pre-written software, delivered electronically, designed specifically to provide protection of computer systems, software, or data against unauthorized access or intrusion. This includes separately charged maintenance and updates delivered electronically, whether included in the cost of the software or charged as a separate line item.
saas_storageCloud-based SaaS, designed to backup customer data. Pre-written software, delivered electronically, designed purely as storage for a customer's data. You provide customers access to a software product solely to facilitate the storage of digital products, digital codes, computer software or master copies of software. This includes separately charged maintenance and updates delivered electronically, whether included in the cost of the software or charged as a separate line item.
salesSaleResult[]Required
saleSaleDtoOptionalRepresents a detailed view of a Sale, including configuration and audit information.
percentamount
unspecifiedonceforeverrepeating
storesStoreResult[]Required
storeStoreDtoRequiredRepresents a PayNow store and its associated configuration.
subscriptionsSubscriptionResult[]Required
subscriptionSubscriptionDtoOptionalData transfer object representing a store subscription.
invaliddayweekmonthyear
invalidcreatedThe subscription has been created but is not yet active.
activeThe subscription is currently active and will renew.
canceledThe subscription has been canceled and will no longer renew.
tagsTagsResult[]Required
tagTagDtoOptional
trialsTrialResult[]Required
trialTrialDtoOptional
createdThe trial has been created but is not yet active.
activeThe trial is currently active.
canceledThe trial has been canceled.
completedThe trial has been completed.
Failed requests return a PayNowError body. See the error response guide.
curl -X GET "https://api.paynow.gg/v1/stores/{storeId}/dashboard/search" \
-H "Authorization: APIKey TOKEN"import { createManagementClient } from "@paynow-gg/typescript-sdk";
const paynow = createManagementClient({
apiKey: "API_KEY",
storeId: "STORE_ID",
});
const result = await paynow.dashboard.searchDashboard();import requests
headers = {"Authorization": "APIKey TOKEN"}
response = requests.get("https://api.paynow.gg/v1/stores/{storeId}/dashboard/search", headers=headers){
"affiliate_links": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"affiliate_link": {
"apply_for_subscriptions": true,
"code": "string",
"commission_amount": 0,
"commission_amount_steps": [
{
"billing_cycle_sequence": 0,
"commission_amount": 0
}
],
"commission_type": "none",
"created_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"discount_amount": 0,
"discount_type": "none",
"enabled": true,
"id": "411486491630370816",
"last_commission_amount_step_repeats": true,
"referer_type": "invalid",
"store_id": "411486491630370816",
"tracking_length_days": 0,
"wallet_id": "string",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2024-01-01T00:00:00Z"
}
}
],
"bans": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"ban": {
"created_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"enabled": true,
"id": "411486491630370816",
"identities": [
{
"ban_type": "unknown",
"ban_type_value": "string"
}
],
"reason": "string",
"store_id": "411486491630370816",
"updated_at": "2024-01-01T00:00:00Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"expires_at": "2024-01-01T00:00:00Z"
}
}
],
"coupons": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"coupon": {
"code": "string",
"created_at": "2024-01-01T00:00:00Z",
"discount_amount": 0,
"discount_apply_before_sales": true,
"discount_apply_individually": true,
"discount_type": "unspecified",
"duration": "once",
"enabled": true,
"id": "411486491630370816",
"minimum_order_value": 0,
"redeem_limit_customer_amount": 0,
"redeem_limit_customer_enabled": true,
"redeem_limit_store_amount": 0,
"redeem_limit_store_enabled": true,
"store_id": "411486491630370816",
"usable_on_one_time_purchase": true,
"usable_on_subscription": true,
"version_id": "411486491630370816",
"note": "string",
"duration_in_months": 0,
"duration_in_intervals": 0,
"apply_to_products": [
"411486491630370816"
],
"apply_to_tags": [
"411486491630370816"
],
"usable_by_customer_id": "411486491630370816",
"usable_at": "2024-01-01T00:00:00Z",
"expires_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2024-01-01T00:00:00Z"
}
}
],
"customers": [
{
"customer": {
"created_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"metadata": {},
"store_id": "411486491630370816",
"profile": {
"id": "string",
"name": "string",
"platform": "steam",
"avatar_url": "string"
},
"steam_id": "76561197960287930",
"steam": {
"avatar_url": "string",
"id": "76561197960287930",
"name": "string"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"avatar_url": "string",
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch"
},
"xbox_xuid": "string",
"minecraft_platform": "unknown",
"name": "m0uka",
"updated_at": "2024-01-01T00:00:00Z"
},
"id": "411486491630370816",
"store_id": "411486491630370816"
}
],
"facets": {
"unknown": 0,
"orders": 0,
"trials": 0,
"subscriptions": 0,
"customers": 0,
"coupons": 0,
"gameservers": 0,
"products": 0,
"sales": 0,
"api_keys": 0,
"bans": 0,
"affiliate_links": 0,
"tags": 0,
"giftcards": 0,
"stores": 0,
"users": 0,
"tickets": 0
},
"gameservers": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"gameserver": {
"created_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"enabled": true,
"id": "411486491630370816",
"linked_to": {
"hostname": "string",
"ip": "string",
"platform": "string",
"saved_at": "2024-01-01T00:00:00Z",
"version": "string",
"last_fetched_commands_at": "2024-01-01T00:00:00Z",
"last_fetched_commands_from_ip": "string"
},
"name": "string",
"store_id": "411486491630370816",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"token": "string",
"token_reset_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}
}
],
"giftcards": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"giftcard": {
"balance": 2500,
"code": "GIFT-2024-ABCD1234",
"enabled": true,
"id": "411486491630370816",
"starting_balance": 5000,
"store_id": "411486491630370816",
"usable_at": "2024-01-01T00:00:00Z",
"note": "string",
"expires_at": "2024-01-01T00:00:00Z",
"created_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2024-01-01T00:00:00Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"canceled_at": "2024-01-01T00:00:00Z",
"canceled_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
}
],
"orders": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"order": {
"applied_coupons": [
{
"coupon_id": "411486491630370816",
"coupon_version_id": "411486491630370816",
"usage_amount": 0
}
],
"applied_giftcards": [
{
"giftcard_id": "411486491630370816",
"usage_amount": 0
}
],
"billing_country": "US",
"billing_cycle_sequence": 0,
"billing_email": "john.doe@example.com",
"billing_name": "John Doe",
"currency": "usd",
"customer": {
"created_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"metadata": {},
"store_id": "411486491630370816",
"profile": {
"id": "string",
"name": "string",
"platform": "steam",
"avatar_url": "string"
},
"steam_id": "76561197960287930",
"steam": {
"avatar_url": "string",
"id": "76561197960287930",
"name": "string"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"avatar_url": "string",
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch"
},
"xbox_xuid": "string",
"minecraft_platform": "unknown",
"name": "m0uka",
"updated_at": "2024-01-01T00:00:00Z"
},
"customer_id": "411486491630370816",
"customer_ip": "192.168.1.1",
"discount_amount": 500,
"discount_amount_str": "$5.00",
"giftcard_usage_amount": 0,
"giftcard_usage_amount_str": "$0.00",
"id": "411486491630370816",
"is_subscription": true,
"lines": [
{
"discount_amount": 0,
"discount_amount_str": "$0.00",
"gift": false,
"giftcard_usage_amount": 0,
"giftcard_usage_amount_str": "$0.00",
"id": "411486491630370816",
"presentment_discount_amount": 0,
"presentment_discount_amount_str": "€0.00",
"presentment_giftcard_usage_amount": 0,
"presentment_giftcard_usage_amount_str": "€0.00",
"presentment_subtotal_amount": 1999,
"presentment_subtotal_amount_str": "€19.99",
"presentment_tax_amount": 200,
"presentment_tax_amount_str": "€2.00",
"presentment_total_amount": 2199,
"presentment_total_amount_str": "€21.99",
"price": 1999,
"price_str": "$19.99",
"product_id": "411486491630370816",
"product_name": "Premium Game Pass",
"product_version_id": "411486491630370816",
"quantity": 1,
"subtotal_amount": 1999,
"subtotal_amount_str": "$19.99",
"tax_amount": 200,
"tax_amount_str": "$2.00",
"tax_inclusive": false,
"total_amount": 2199,
"total_amount_str": "$21.99",
"checkout_line_id": "411486491630370816",
"product_image_url": "https://cdn.example.com/images/premium-game-pass.jpg",
"description": "string",
"created_giftcard_id": "string",
"subscription_id": "411486491630370816",
"subscription_line_id": "411486491630370816",
"subscription_change_line_id": "411486491630370816",
"trial_id": "411486491630370816",
"subscription_interval_value": 1,
"subscription_interval_scale": "invalid",
"gift_to_customer_id": "411486491630370816",
"gift_to_customer": {
"created_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"metadata": {},
"store_id": "411486491630370816",
"profile": {
"id": "string",
"name": "string",
"platform": "steam",
"avatar_url": "string"
},
"steam_id": "76561197960287930",
"steam": {
"avatar_url": "string",
"id": "76561197960287930",
"name": "string"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"avatar_url": "string",
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch"
},
"xbox_xuid": "string",
"minecraft_platform": "unknown",
"name": "m0uka",
"updated_at": "2024-01-01T00:00:00Z"
},
"sale_id": "411486491630370816",
"sale_version_id": "411486491630370816",
"selected_gameserver_id": "411486491630370816",
"payout_splits": [
{
"platform_fee": 0,
"user_id": "411486491630370816",
"percentage": 0
}
],
"pricing_region_id": "eu",
"custom_variables": {}
}
],
"presentment_currency": "eur",
"presentment_discount_amount": 500,
"presentment_discount_amount_str": "€5.00",
"presentment_giftcard_usage_amount": 0,
"presentment_giftcard_usage_amount_str": "€0.00",
"presentment_subtotal_amount": 9995,
"presentment_subtotal_amount_str": "€99.95",
"presentment_tax_amount": 999,
"presentment_tax_amount_str": "€9.99",
"presentment_total_amount": 10494,
"presentment_total_amount_str": "€104.94",
"pretty_id": "pn-355eevennsow",
"status": "created",
"store_id": "411486491630370816",
"subtotal_amount": 9995,
"subtotal_amount_str": "$99.95",
"tax_amount": 999,
"tax_amount_str": "$9.99",
"tax_jurisdictions": [
{
"name": "EU OSS",
"taxes": [
{
"tax_amount": "string",
"tax_name": "string",
"tax_rate": "string",
"taxable_amount": "string"
}
],
"not_taxed_reason": "string"
}
],
"total_amount": 10494,
"total_amount_str": "$104.94",
"type": "one_time",
"checkout_id": "411486491630370816",
"checkout_token": "c4qqilpphugeqf2gndnkk5ad8fdq",
"subscription_id": "411486491630370816",
"coupon_id": "411486491630370816",
"giftcard_id": "411486491630370816",
"affiliate_id": "411486491630370816",
"billing_tax_id": "string",
"created_at": "2025-04-01T15:30:45Z",
"completed_at": "2025-04-01T15:35:22Z",
"last_payment_error": {
"decline_code": "unknown",
"message": "string"
}
}
}
],
"products": [
{
"id": "411486491630370816",
"total": 0,
"store_id": "411486491630370816",
"product": {
"allow_one_time_purchase": true,
"allow_subscription": true,
"commands": [
{
"content": "string",
"online_only": true,
"stage": "invalid",
"override_execute_on_gameserver_ids": [
"411486491630370816"
]
}
],
"custom_variable_ids": [
"411486491630370816"
],
"customer_stock_limit": {
"enabled": true,
"include_trials": true,
"time_scale": "invalid",
"quantity": 0,
"time_value": 0
},
"description": "string",
"gameservers": [
{
"enabled": true,
"id": "411486491630370816",
"name": "US 2x TRIO"
}
],
"id": "411486491630370816",
"name": "string",
"payout_splits": [
{
"platform_fee": 0,
"user_id": "411486491630370816",
"percentage": 0
}
],
"price": 0,
"remove_after_enabled": true,
"remove_after_time_scale": "invalid",
"remove_after_time_value": 0,
"required_product_ids": [
"411486491630370816"
],
"single_game_server_only": true,
"slug": "string",
"sort_order": 0,
"stock_available": {
"customer_available": 0,
"store_available": 0
},
"store_id": "411486491630370816",
"store_stock_limit": {
"enabled": true,
"include_trials": true,
"time_scale": "invalid",
"quantity": 0,
"time_value": 0
},
"subscription_interval_scale": "invalid",
"subscription_interval_value": 0,
"tags": [
{
"id": "411486491630370816",
"name": "Packages",
"slug": "packages"
}
],
"trial": {
"allow_repeat_trials": true,
"enabled": true,
"new_customer_order_lookback_scale": "invalid",
"new_customer_order_lookback_value": 0,
"new_customers_only": true,
"period_scale": "invalid",
"period_value": 0,
"repeat_trial_cooldown_scale": "invalid",
"repeat_trial_cooldown_value": 0,
"revoke_immediately_when_canceled": true
},
"upselling": {
"enabled": true,
"recommendations": [
{
"discount_amount": 0,
"discount_type": "unknown",
"prefer_as_subscription": true,
"recommended_product_id": "411486491630370816",
"type": "unknown",
"minimum_base_product_quantity": 0,
"minimum_recommended_product_quantity": 0,
"quantity_to_add": 0
}
]
},
"version_id": "411486491630370816",
"image_url": "string",
"label": "string",
"stock_limit_do_not_include_removed": true,
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"created_at": "2024-01-01T00:00:00Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2024-01-01T00:00:00Z",
"deliverable_actions": {
"grant_giftcard": true
},
"metadata": {},
"tax_code": "unknown",
"allow_concurrent_active_items": true,
"is_hidden": true,
"is_gifting_disabled": true,
"enabled_at": "2024-01-01T00:00:00Z",
"enabled_until": "2024-01-01T00:00:00Z",
"required_product_all": true,
"is_gift_cards_disabled": true,
"is_coupons_disabled": true,
"is_affiliate_links_disabled": true,
"tier_group_id": "411486491630370816"
}
}
],
"sales": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"sale": {
"apply_to_product_ids": [
"411486491630370816"
],
"apply_to_tag_ids": [
"411486491630370816"
],
"begins_at": "2024-01-01T00:00:00Z",
"created_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"discount_amount": 0,
"discount_type": "percent",
"duration": "unspecified",
"duration_in_intervals": 0,
"enabled": true,
"id": "411486491630370816",
"minimum_order_value": 0,
"name": "string",
"store_id": "411486491630370816",
"version_id": "411486491630370816",
"ends_at": "2024-01-01T00:00:00Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2024-01-01T00:00:00Z"
}
}
],
"stores": [
{
"id": "411486491630370816",
"store": {
"currency": "string",
"description": "string",
"game": "string",
"id": "411486491630370816",
"live_mode": true,
"name": "string",
"owner_id": "411486491630370816",
"platform": "string",
"slug": "string",
"website_url": "string",
"contact_email": "string",
"support_email": "string",
"support_url": "string",
"integration_type": "string",
"logo_url": "string",
"logo_square_url": "string",
"minecraft_bedrock_username_prefix": "string",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z",
"onboarding_completed_at": "2024-01-01T00:00:00Z",
"platform_store_type_association": {
"disable_billing_plans": true,
"display_disclaimers": true,
"full_external_management": true,
"platform_id": "411486491630370816",
"store_platform": "string",
"associated_platform": {
"accent_color": "string",
"business_name": "string",
"capabilities": [
"invalid"
],
"country_code": "string",
"created_at": "2024-01-01T00:00:00Z",
"description": "string",
"id": "411486491630370816",
"logo_url": "string",
"name": "string",
"slug": "string",
"type": "invalid",
"website_url": "string",
"updated_at": "2024-01-01T00:00:00Z",
"disabled_at": "2024-01-01T00:00:00Z"
},
"paynow_platform_fee_percentage_override": 0,
"connected_platform_fee_percentage": 0,
"connected_platform_wallet_id": "411486491630370816"
}
},
"store_id": "411486491630370816"
}
],
"subscriptions": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"subscription": {
"cancel_at_period_end": true,
"coupon_ids": [
"411486491630370816"
],
"created_at": "2024-01-01T00:00:00Z",
"currency": "string",
"customer": {
"created_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"metadata": {},
"store_id": "411486491630370816",
"profile": {
"id": "string",
"name": "string",
"platform": "steam",
"avatar_url": "string"
},
"steam_id": "76561197960287930",
"steam": {
"avatar_url": "string",
"id": "76561197960287930",
"name": "string"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"avatar_url": "string",
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch"
},
"xbox_xuid": "string",
"minecraft_platform": "unknown",
"name": "m0uka",
"updated_at": "2024-01-01T00:00:00Z"
},
"discount_amount": 0,
"discount_amount_str": "string",
"gift": true,
"id": "411486491630370816",
"initial_discount_amount": 0,
"initial_discount_amount_str": "string",
"initial_giftcard_usage_amount": 0,
"initial_giftcard_usage_amount_str": "string",
"initial_subtotal_amount": 0,
"initial_subtotal_amount_str": "string",
"initial_tax_amount": 0,
"initial_tax_amount_str": "string",
"initial_total_amount": 0,
"initial_total_amount_str": "string",
"interval_scale": "invalid",
"interval_value": 0,
"lines": [
{
"currency": "string",
"discount_amount": 0,
"discount_amount_str": "string",
"id": "411486491630370816",
"initial_discount_amount": 0,
"initial_discount_amount_str": "string",
"initial_giftcard_usage_amount": 0,
"initial_giftcard_usage_amount_str": "string",
"initial_subtotal_amount": 0,
"initial_subtotal_amount_str": "string",
"initial_tax_amount": 0,
"initial_tax_amount_str": "string",
"initial_total_amount": 0,
"initial_total_amount_str": "string",
"price": 0,
"product_id": "411486491630370816",
"product_name": "string",
"product_version_id": "411486491630370816",
"store_id": "411486491630370816",
"subscription_id": "411486491630370816",
"subtotal_amount": 0,
"subtotal_amount_str": "string",
"tax_amount": 0,
"tax_amount_str": "string",
"tax_inclusive": true,
"total_amount": 0,
"total_amount_str": "string",
"checkout_line_id": "411486491630370816",
"initial_order_line_id": "411486491630370816",
"pricing_region_id": "string",
"gift_to_customer_id": "411486491630370816",
"selected_gameserver_id": "411486491630370816",
"sale_id": "411486491630370816",
"sale_version_id": "411486491630370816",
"trial_id": "411486491630370816",
"product_image_url": "string",
"presentment_currency": "string",
"presentment_subtotal_amount": 0,
"presentment_subtotal_amount_str": "string",
"presentment_discount_amount": 0,
"presentment_discount_amount_str": "string",
"presentment_tax_amount": 0,
"presentment_tax_amount_str": "string",
"presentment_total_amount": 0,
"presentment_total_amount_str": "string",
"initial_presentment_discount_amount": 0,
"initial_presentment_discount_amount_str": "string",
"initial_presentment_subtotal_amount": 0,
"initial_presentment_subtotal_amount_str": "string",
"initial_presentment_giftcard_usage_amount": 0,
"initial_presentment_giftcard_usage_amount_str": "string",
"initial_presentment_tax_amount": 0,
"initial_presentment_tax_amount_str": "string",
"initial_presentment_total_amount": 0,
"initial_presentment_total_amount_str": "string"
}
],
"next_billing_amount": {
"currency": "string",
"discount": 0,
"subtotal": 0,
"tax": 0,
"total": 0
},
"next_billing_presentment_amount": {
"currency": "string",
"discount": 0,
"subtotal": 0,
"tax": 0,
"total": 0
},
"past_due": true,
"pretty_id": "string",
"price": 0,
"status": "invalid",
"store_id": "411486491630370816",
"subtotal_amount": 0,
"subtotal_amount_str": "string",
"tax_amount": 0,
"tax_amount_str": "string",
"tax_inclusive": true,
"tax_jurisdictions": [
{
"name": "EU OSS",
"taxes": [
{
"tax_amount": "string",
"tax_name": "string",
"tax_rate": "string",
"taxable_amount": "string"
}
],
"not_taxed_reason": "string"
}
],
"total_amount": 0,
"total_amount_str": "string",
"payment_method_id": "411486491630370816",
"payment_method": {
"created_at": "2025-03-15T10:20:30Z",
"customer_id": "411486491630370816",
"gateway": "string",
"gateway_customer_id": "string",
"gateway_entity_identifier": "string",
"gateway_id": "string",
"gateway_type": "card",
"id": "411486491630370816",
"method_details": {
"card": {
"brand": "visa",
"country": "US",
"exp_month": 12,
"exp_year": 2028,
"fingerprint": "abc123def456",
"funding": "credit",
"last4": "4242",
"bin": 424242,
"issuer": "Chase Bank",
"description": "Visa Signature",
"brand_product": "F",
"wallet": {
"type": "apple_pay"
}
},
"cashapp": {
"buyer_id": "buyer_abc123",
"cashtag": "$johndoe"
},
"paypal": {
"country": "US",
"payer_email": "john.doe@example.com",
"payer_id": "PAYERID123",
"payer_name": "John Doe",
"vault": true,
"pending_vault_approval": false,
"standalone_setup": false
},
"link": {
"email": "john.doe@example.com"
},
"crypto": {
"confirmations": 6,
"crypto_amount": "0.00150000",
"crypto_currency": "BTC",
"total_paid": "0.00150000",
"transaction_hashes": [
"string"
]
},
"steamskins": {
"items": [
{
"app_id": 730,
"id": "string",
"name": "AK-47 | Redline",
"price": 2500
}
]
},
"ideal": {
"bank": "abn_amro",
"bic": "ABNANL2A",
"iban_last4": 1234,
"payer_name": "John Doe"
},
"p24": {
"bank": "ing",
"payer_name": "Jan Kowalski"
},
"bancontact": {
"bank": "bnp_paribas",
"bank_name": "BNP Paribas",
"bic": "GEBABEBB",
"iban_last4": 3456,
"payer_name": "Jean Dupont"
},
"klarna": {
"country": "SE",
"method_category": "pay_later"
},
"alipay": {
"buyer_id": "buyer_abc123",
"fingerprint": "fingerprint_xyz789"
},
"pay_by_bank": {
"bank_name": "Chase Bank",
"bic": "CHASUS33",
"country": "US",
"payer_name": "John Smith"
},
"pix": {
"bank_name": "Banco do Brasil",
"bank_account_number": "12345-6",
"payer_name": "João Silva"
},
"paysafecard": {
"first_name": "string",
"last_name": "string",
"psc_id": "string",
"association_id": "string"
}
},
"method_type": "card",
"updated_at": "2025-03-20T14:30:00Z"
},
"pending_change": {
"created_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"lines": [
{
"amount": {
"currency": "string",
"discount": 0,
"subtotal": 0,
"tax": 0,
"total": 0
},
"id": "411486491630370816",
"is_deleted": true,
"presentment_amount": {
"currency": "string",
"discount": 0,
"subtotal": 0,
"tax": 0,
"total": 0
},
"price": 0,
"product": {
"custom_variables": {},
"id": "411486491630370816",
"name": "string",
"version_id": "411486491630370816",
"image_url": "string",
"selected_gameserver_id": "411486491630370816",
"pricing_region_id": "string"
},
"prorated_amount": 0,
"prorated_presentment_amount": 0,
"remaining_minutes": 0,
"tax_inclusive": true,
"total_minutes": 0,
"subscription_line_id": "411486491630370816"
}
],
"next_billing_amount": {
"currency": "string",
"discount": 0,
"subtotal": 0,
"tax": 0,
"total": 0
},
"next_billing_presentment_amount": {
"currency": "string",
"discount": 0,
"subtotal": 0,
"tax": 0,
"total": 0
},
"off_session": true,
"prorated_amount": {
"currency": "string",
"presentment_currency": "string",
"presentment_prorated_amount": 0,
"prorated_amount": 0
},
"proration_behavior": "invalid",
"status": "invalid",
"subscription_id": "411486491630370816",
"prorated_order_id": "411486491630370816",
"applied_at": "2024-01-01T00:00:00Z"
},
"coupon_id": "411486491630370816",
"coupon_repeating_ends_at": "2024-01-01T00:00:00Z",
"affiliate_id": "411486491630370816",
"checkout_id": "411486491630370816",
"checkout_line_id": "411486491630370816",
"billing_name": "string",
"billing_email": "string",
"billing_country": "string",
"billing_tax_id": "string",
"customer_ip": "string",
"gift_to_customer_id": "411486491630370816",
"gift_to_customer": {
"created_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"metadata": {},
"store_id": "411486491630370816",
"profile": {
"id": "string",
"name": "string",
"platform": "steam",
"avatar_url": "string"
},
"steam_id": "76561197960287930",
"steam": {
"avatar_url": "string",
"id": "76561197960287930",
"name": "string"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"avatar_url": "string",
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch"
},
"xbox_xuid": "string",
"minecraft_platform": "unknown",
"name": "m0uka",
"updated_at": "2024-01-01T00:00:00Z"
},
"product_id": "411486491630370816",
"product_version_id": "411486491630370816",
"product_name": "string",
"product_image_url": "string",
"price_str": "string",
"presentment_currency": "string",
"presentment_subtotal_amount": 0,
"presentment_subtotal_amount_str": "string",
"presentment_discount_amount": 0,
"presentment_discount_amount_str": "string",
"presentment_tax_amount": 0,
"presentment_tax_amount_str": "string",
"presentment_total_amount": 0,
"presentment_total_amount_str": "string",
"initial_presentment_discount_amount": 0,
"initial_presentment_discount_amount_str": "string",
"initial_presentment_subtotal_amount": 0,
"initial_presentment_subtotal_amount_str": "string",
"initial_presentment_giftcard_usage_amount": 0,
"initial_presentment_giftcard_usage_amount_str": "string",
"initial_presentment_tax_amount": 0,
"initial_presentment_tax_amount_str": "string",
"initial_presentment_total_amount": 0,
"initial_presentment_total_amount_str": "string",
"fx_rate": "string",
"pricing_region_id": "string",
"current_period_start": "2024-01-01T00:00:00Z",
"current_period_end": "2024-01-01T00:00:00Z",
"billing_cycle_sequence": 0,
"next_attempt_at": "2024-01-01T00:00:00Z",
"attempt_count": 0,
"updated_at": "2024-01-01T00:00:00Z",
"active_at": "2024-01-01T00:00:00Z",
"canceled_at": "2024-01-01T00:00:00Z",
"cancel_reason": "string",
"cancellation_requested_at": "2024-01-01T00:00:00Z"
}
}
],
"tags": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"tag": {
"created_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"enabled": true,
"id": "411486491630370816",
"name": "string",
"slug": "string",
"store_id": "411486491630370816",
"description": "string",
"image_url": "string",
"updated_at": "2024-01-01T00:00:00Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
}
],
"trials": [
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"trial": {
"created_at": "2024-01-01T00:00:00Z",
"customer": {
"created_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"metadata": {},
"store_id": "411486491630370816",
"profile": {
"id": "string",
"name": "string",
"platform": "steam",
"avatar_url": "string"
},
"steam_id": "76561197960287930",
"steam": {
"avatar_url": "string",
"id": "76561197960287930",
"name": "string"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"avatar_url": "string",
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch"
},
"xbox_xuid": "string",
"minecraft_platform": "unknown",
"name": "m0uka",
"updated_at": "2024-01-01T00:00:00Z"
},
"customer_id": "411486491630370816",
"id": "411486491630370816",
"period_scale": "string",
"period_value": 0,
"pretty_id": "string",
"product_id": "411486491630370816",
"product_name": "string",
"product_version_id": "411486491630370816",
"status": "created",
"store_id": "411486491630370816",
"checkout_id": "411486491630370816",
"checkout_line_id": "411486491630370816",
"product_image_url": "string",
"starts_at": "2024-01-01T00:00:00Z",
"ends_at": "2024-01-01T00:00:00Z",
"canceled_at": "2024-01-01T00:00:00Z",
"canceled_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
}
]
}Authorization: APIKey TOKEN.Show fieldsHide fields
Failed requests return a PayNowError body. See the error response guide.
curl -X GET "https://api.paynow.gg/v1/stores/{storeId}/dashboard/search-hints" \
-H "Authorization: APIKey TOKEN"import { createManagementClient } from "@paynow-gg/typescript-sdk";
const paynow = createManagementClient({
apiKey: "API_KEY",
storeId: "STORE_ID",
});
const result = await paynow.dashboard.getDashboardSearchHints();import requests
headers = {"Authorization": "APIKey TOKEN"}
response = requests.get("https://api.paynow.gg/v1/stores/{storeId}/dashboard/search-hints", headers=headers)[
{
"description": "string",
"example": "string",
"prefix": "string"
}
]