2.1.17卡限额修改

接口地址:/openapi/card/limit

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json

接口描述:

目前只支持美元虚拟卡修改

请求示例:

{
  "card_id": "00003454323400000028888",
  "max_amount_daily": "8888",
  "max_amount_monthly": "88888",
  "max_amount_single": "888"
}

请求参数:

参数名称 数据类型 必须 参数说明
card_id string true 卡ID
max_amount_daily string true 日限额,必须是整数;取值范围:大于0小于100000000
max_amount_monthly string true 月限额,必须是整数;取值范围:大于0小于100000000
max_amount_single string true 单笔限额,必须是整数;取值范围:大于0小于100000000

响应参数:

参数名称 类型 参数说明
code string 错误码
data object 响应数据
  available_balance string 可用余额
  card_id string 卡ID
  card_type string 银行卡类型
  max_amount_daily string 日限额
  max_amount_monthly string 月限额
  max_amount_single string 单笔限额
msg string 错误信息

响应示例:

{
  "code": "00000",
  "data": {
    "available_balance": "888888.88",
    "card_id": "00003454323400000028888",
    "card_type": "share,recharge",
    "max_amount_daily": "8888",
    "max_amount_monthly": "88888",
    "max_amount_single": "888"
  },
  "msg": "ok"
}
Copyright © HyperCard 2023 all right reserved,powered by GitbookUpdate Time: 2025-01-14 15:38:46

results matching ""

    No results matching ""