Skip to main content
POST
/
card
/
config
/
list
可开卡片信息
curl --request POST \
  --url http://dev-cn.your-api-server.com/card/config/list \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchantId": "<string>",
  "channel": "<string>"
}
'
{
  "success": false,
  "errorCode": "",
  "errorMessage": "",
  "errorMessageEn": "",
  "detailMessage": "",
  "requestId": "",
  "data": {
    "cardConfigs": [
      {
        "powerCardConfigId": "",
        "applyDiscount": 0,
        "applyFee": 0,
        "cardNature": "",
        "cardType": "",
        "currency": "",
        "description": "",
        "enable": false,
        "img": "",
        "monthFee": 0,
        "rechargeFee": 0,
        "refundFee": 0,
        "title": "",
        "titleEn": "",
        "activeMinLimit": 0,
        "rechargeMinLimit": 0,
        "rechargeMaxLimit": 0,
        "pwRechargeFee": 0,
        "pwTransFee": 0,
        "pwCloseFee": 0,
        "pwRefundFee": 0,
        "pwWithdrawFee": 0,
        "pwRefundFeeType": "",
        "pwWithdrawFeeType": "",
        "pwRechargeFeeType": "",
        "pwTransFeeType": "",
        "pwCloseFeeType": "",
        "needKYC": false,
        "physicalCardAvailable": false,
        "needPIN": false,
        "needMobile": false,
        "issuingBank": "",
        "channel": "",
        "physicalCardCreateFee": 0,
        "googlePayAvailable": false,
        "applePayAvailable": false,
        "activitySwitch": false
      }
    ]
  }
}

Body

application/json
merchantId
string
required

Merchant ID

channel
string
required

Channel

Response

200 - application/json
success
boolean
default:false

Whether the business processing is successful

errorCode
string

Error code

errorMessage
string

Error message

errorMessageEn
string

English error message

detailMessage
string

Detailed message

requestId
string

Request UUID

data
object

Result