Global Payment
    Global Payment
    • Introduction
    • Signature
    • API Keys
    • Get Started
    • Webhook Service
    • Core Functionality
      • create-developer-user
      • create on-ramp request
      • create off-ramp request
      • create on-ramp whit wusd
      • create-developer-user-with-simple-kyb
    • AppendixDocs
      • Business Industry
      • Supported document
      • Appendix
    • Api Reference
      • Authentication
        • Get Access Token
        • Refresh Access Token
      • User
        • Create User
        • submit Kyb V2
        • User Info
        • Simple Kyb Submit
      • Trade
        • Create Fee Config
        • Update Fee Config
        • Get Fee Config
        • Create Trade Request
        • Confirm Transaction
        • Get Transaction
        • Get Exchange Rate
      • Remit
        • Create Remit
        • Update Remit
        • remit info page
        • Get Remit Info
      • File
        • Upload File
      • Webhook
        • Event Page
        • Simulate a Event Call
    • Schemas
      • Schemas
        • RefundOrderDTO
        • RefundPageReq
        • ApiPageApiPageRefundOrderDTO
        • ApiResponseApiPageRefundOrderDTO
        • CancelReq

    API Keys

    Get the API keys you need to authenticate client requests and learn how to keep them safe.
    API keys are unique data strings used to authenticate a user and enable access to privileged operations on Global Payment APIs. All APIs use API keys as the mechanism to authenticate client requests. Your API key should be kept confidential and secure at all times.
    Authentication is required for all API requests; without it, the requests will fail.you can reference this Get Access Token to get Access Token.
    All API requests must be made over HTTPS.
    All API need to signature, you can follow this guide Signature to sign your request
    Keep Your API Keys Safe
    Because our API keys allow access to privileged operations on Global Payment APIs, you must keep them secure at all times.
    Ensure your API key is always stored securely.
    Never share it or record it in a publicly accessible medium (client-side code, public repositories, etc.).
    Caution: If you lose secure control of your API keys, your entity may suffer financial loss.
    Modified at 2026-01-13 08:21:27
    Previous
    Signature
    Next
    Get Started
    Built with