VM_API
English
  • 简体中文
  • English
    VM_API
    English
    • 简体中文
    • English
    • Integration Guide
    • Environment Configuration
    • Global Error Codes
    • Transaction Type Description
    • Card Status Description
    • VM Card operation
      • Get Account Balance
        POST
      • Get Card Product Code
        POST
      • Apply for Card
        POST
      • Card Details
        POST
      • Modify Card Limit(For credit line cards only)
        POST
      • Freeze/Unfreeze Card
        POST
      • Card Top-up(For prepaid cards only)
        POST
      • Card Refund(For prepaid cards only)
        POST
      • Transaction Records
        POST
      • Delete Card
        POST
    • Notification
      • WebHook
      • Card 3DS Notification
    • Get accessToken
      GET

      Get accessToken

      GET
      /getAccessToken
      最后修改时间:2025-06-05 01:57:21
      Get accessToken
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://sandbox-api.vmcardio.com/getAccessToken?app_id=&app_secret='
      响应示例响应示例
      {
          "code": 0,
          "msg": "ok",
          "data": {
              "token": "fb6688dd-fe87-43e8-8ef4-8ddbd964d082",
              "expired_time": 1749094592
          }
      }

      请求参数

      Query 参数
      app_id
      string 
      必需
      Platform app ID
      app_secret
      string 
      必需
      Secret key

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      必需
      msg
      string 
      必需
      data
      object 
      必需
      token
      string 
      必需
      expired_time
      integer 
      必需
      修改于 2025-06-05 01:57:21
      上一页
      Card 3DS Notification
      Built with