Query Default Card Limit
Retrieve the system-default limits for a card.
Request URI
POST /issuing/card/query-default-limit
Request Body
Refer to : common
Biz_data :
Name
Type
Description
partner_id*
string
Partner ID
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "5A1685DD-cfB1-dCc4-63fb-d75bbAd4",
"timestamp": "2025-04-07 13:56:44",
"format": "JSON",
"version": "2.0",
"random_key": "<generated_key>",
"sign_type": "RSA",
"biz_data": {
"sub_partner_id": 1715679487057813
}
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
daily_transactions*
integer
Daily Transactions Quality
single_amount*
string
Single Amount
daily_amount*
string
Daily Amount
monthly_amount*
string
Monthly Amount
Last updated
Was this helpful?