{
"requestId": "string",
"extendMap": {
"key": {}
},
"outStoreId": "string",
"mobile": "string",
"outOpenId": "string",
"originalAmount": 0,
"payAmount": 0,
"checkedCardList": [
"string"
],
"items": [
{
"outItemId": "string",
"spuCode": "string",
"present": true
}
]
}curl --location -g --request POST 'https:///open/gateway/ValueCardReverseAvailableQueryRest/v1' \
--header 'app-id;' \
--header 'ts;' \
--header 'sign-type;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"extendMap": {
"key": {}
},
"outStoreId": "string",
"mobile": "string",
"outOpenId": "string",
"originalAmount": 0,
"payAmount": 0,
"checkedCardList": [
"string"
],
"items": [
{
"outItemId": "string",
"spuCode": "string",
"present": true
}
]
}'{
"success": false,
"code": 0,
"message": "",
"requestId": "",
"data": {
"requestId": "",
"extendMap": {
"": {}
},
"usableCardList": [
{
"cardNo": "",
"cardName": "",
"balance": 0,
"templateNo": "",
"frozenDnom": 0,
"cardType": 0,
"cardSubType": 0,
"cardStatus": "",
"useSpecification": "",
"defaultSelected": false,
"unusableReason": "",
"expireDate": ""
}
],
"disusableCardList": [
{
"cardNo": "",
"cardName": "",
"balance": 0,
"templateNo": "",
"frozenDnom": 0,
"cardType": 0,
"cardSubType": 0,
"cardStatus": "",
"useSpecification": "",
"defaultSelected": false,
"unusableReason": "",
"expireDate": ""
}
]
}
}