Authentication
PayNow's API is reachable by an HTTPS/REST gateway for serving requests using JSON.
Base URL
https://api.paynow.gg/v1
Authentication is provided with the Authorization
HTTP header in the format Authorization: AUTH_PREFIX TOKEN
.
Auth Type
Auth Prefix
API Key
apikey
Customer
customer
Game Server
gameserver
Auth prefixes are case insensitive.
Example headers for the different types of authentication:
Authorization: apikey pnapi_v1_BRaqcrwTqptneZTsxUJKVPH1L9y14HZBae18vybzhVwT
Authorization: customer yArTi2CZekPCHyxjetxUfRnUMANF5hXBxHyDrf3Nia38gGtfJCqa1EJYReqDPUaaV1UNN1U
Authorization: gameserver J7273cAJT7s3cP5WdSjJPtVCsLXK3bVfVPJimTX2YDT4
Last updated
Was this helpful?