curl --location --request POST 'https://kf.pikabao.cc/agent/v1/cards/open' \ --header 'Content-Type: application/json' \ --data-raw '{ "appid": "user123", "cardBin": "491090", "amount": "100.00", "eMail": "[email protected]", "remark": "我的第一张虚拟卡", "timestamp": "1640995200000", "sign": "ABC123..." }'
{ "code": 0, "msg": "", "content": { "id": "111222333", "clientId": "11111111", "state": 1, "remark": "我的第一张虚拟卡", "createTime": "2023-01-01 00:00:00", "modifyTime": "2023-01-01 00:00:00" } }
创建新的虚拟信用卡并进行初始充值
Show content 字段
获取可用 BIN
提交开卡请求
等待处理
查询开卡结果
获取卡信息