Query Available Card BINs
Query Available Card BINs
Request URI
POST /issuing/card/query-available-card-bins
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": "bb5BcC3A-E11F-a2dA-ee99-FeE1d9cd",
"timestamp": "2025-04-07 13:52:38",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"sub_partner_id": "00000000000000000"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
data
List<string>
Card Bins
Last updated
Was this helpful?