1. Change Log
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
    • Card List
      POST
    • Card Flow
      POST
  • Notification
    • WebHook
    • Card 3DS Notification
  • Change Log
    • Change Log
  • Get accessToken
    GET
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
  1. Change Log

Change Log

This changelog records each VM API change. Updates are listed in chronological order, including additions, updates, and removals, helping developers understand version differences and complete API integration.

2026-06-09#

To improve the external integration capabilities of the VM API, this release includes the following updates:

Added#

Added support for a custom client request identifier. Developers can pass X-Client-Request-Id in the request header for request tracking, duplicate request identification, and log correlation. If this header is provided in the request, the same X-Client-Request-Id will also be returned in the response header.
Added a new card flow query API: /getCardFlow.

Updated#

The /getProductCode API response now includes a new field: remaining_open_card_num, which indicates the remaining number of cards that can be issued under the current product code.

Change Details#

TypeAPI/CapabilityChange
AddedCustom X-Client-Request-IdSupports passing a custom request identifier in the request header. If provided, the same value will be returned in the response header.
Added/getCardFlowAdded a new API for querying card flow records.
Updated/getProductCodeAdded remaining_open_card_num to the response.

Request Header#

HeaderRequiredDescription
X-Client-Request-IdNoA custom request identifier. If the same value is submitted repeatedly under the same application, Duplicate Client Request Id will be returned.

Response Header#

HeaderDescription
X-Client-Request-IdIf X-Client-Request-Id is provided in the request header, the same value will be returned in the response header.
修改于 2026-06-10 07:41:17
上一页
Card 3DS Notification
下一页
Get accessToken
Built with