verify_bank_card
Verifies bank card ownership by matching name, ID card, and bank card number. Supports optional phone number for 4-element verification. Used for payment validation and financial KYC.
Instructions
Verify if a person's name, ID card, and bank card number match (银行卡三/四要素验证). Supports both 3-element (name+ID+card) and 4-element (name+ID+card+phone) verification. Returns match result, bank name, card type and level. Use for payment verification, bank account validation, or financial KYC. Free tier: 50 requests/day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person's real name in Chinese (姓名) | |
| id_card | Yes | 18-digit Chinese ID card number (身份证号码) | |
| bank_card | Yes | 15-19 digit bank card number (银行卡号) | |
| phone | No | Optional: 11-digit phone number for 4-element verification (四要素验证时填写) |