ANexPay Docs
    • Introduction
    • Signature
    • API Keys
    • Get Started
    • Webhook Service
    • Enum Reference
    • Api Reference
      • Authentication
        • Get Auth Token
      • Hosted Payment Page
        • Hosted Payment Page
      • CreditCardPay
        • List Payment History
        • Get Payment Detail
        • Refund
        • List Subscriptions
        • Get Subscription Detail
        • Cancel Subscription
        • Get Subscription Bills
      • StableCoinPay
        • order
          • GetCheckoutOrderList
        • refund-order
          • CreateRefundOrder
          • CancelRefundOrder
          • GetRefundOrderInfo
          • GetRefundOrderList
        • settlement
          • CreateFiatSettlementOrder
          • CancelSettlementOrder
          • GetSettlementOrderList
        • abnormal-payment
          • GetAbnormalPaymentList
          • CreateAbnormalPaymentRefund
    • Schemas
      • Schemas
        • RefundOrderDTO
        • RefundPageReq
        • ApiPageApiPageRefundOrderDTO
        • ApiResponseApiPageRefundOrderDTO
        • CancelReq

    Get Started

    Step 1. Create a developer client with Global Payment#

    Contact us and provide your email

    Step 2. Pending API key issuance#

    Get your api key https://dev-app.anexpay.com/api-keys

    REST Endpoints#

    NetworkBase UrlDashboard Url
    sandBoxhttps://dev-api.anexpay.comhttps://dev-app.anexpay.com
    mainhttps://api.anexpay.comhttps://app.anexpay.com
    Before jumping into production, it is crucial to rigorously sandBox and validate your applications within the Testnet environment first. This precaution ensures that all systems and functionalities operate correctly before you transition to a live environment. Once you have thoroughly vetted your application in sandBox, you can migrate to production operations.
    📌
    In our quickstarts, we use sandBox to guarantee a secure learning experience. Your sandBox API key serves as the gateway to this development.
    Modified at 2026-06-03 07:45:36
    Previous
    API Keys
    Next
    Webhook Service
    Built with