Untitled Dropdown
cURL
curl --request POST \ --url http://localhost/wallet/api/user/applyCard
{ "code": 123, "msg": "<string>", "data": { "channel": "UTGL", "status": "ACTIVE", "cardId": 123, "cardNumber": "<string>", "cardUUID": "<string>", "embossedName": "<string>", "expiryMonth": "<string>", "expiryYear": "<string>", "last4": "<string>", "msg": "<string>" } }
地址ID,如果需要邮寄,则该值为必传
代理商码
App标识
App用户ID
付款资产Id
用户已经拥有的卡号
信用卡种类ID
用户上传卡片图片的URL地址
浮雕姓名(必须全英文大写),不超过20个字符
是否需要邮寄,如果为true,则addressId必传
签名
OK
Show child attributes