1. VM Card operation
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. VM Card operation

Card Flow

POST
/getCardFlow
最后修改时间:2026-06-09 06:16:02
Obtain card recharge/refund transaction records

请求参数

Header 参数

Body 参数application/json必填

示例

返回响应

🟢200成功
application/json
Bodyapplication/json

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://sandbox-api.vmcardio.com/getCardFlow' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data '{
    "card_id": "20436016084********",
    "card_number": "2236000********",
    "type": "card recharge",
    "start_time": "2025-05-01 15:51:20",
    "end_time": "2026-06-01 15:51:20",
    "page": 1,
    "page_size": 10
}'
响应示例响应示例
{
    "code": 0,
    "msg": "ok",
    "data": {
        "total": 1,
        "list": [
            {
                "flow_id": 7829345,
                "user_name": "[email protected]",
                "card_id": "card5820251128134527901234",
                "card_number": "537872******9832",
                "card_no": 45829173,
                "card_type": "save",
                "available_amount": 150.50,
                "account_balance": 89.25,
                "type": "card recharge",
                "amount": 50.00,
                "reality_amount": 50.00,
                "status": "COMPLETE",
                "description": "",
                "operator": "[email protected]",
                "pay_way": "",
                "ref": "0",
                "code": "",
                "create_time": "2025-06-09 10:35:18",
                "update_time": "2025-06-09 10:35:18"
            }
        ]
    }
}
修改于 2026-06-09 06:16:02
上一页
Card List
下一页
WebHook
Built with