Merchant API Documentation
    Merchant API Documentation
    • Interface description
      • Interface encryption and decryption instructions
    • Account interface
      • Account Balance
        POST
      • Dpt Transfer Card Account
        POST
      • Card account exchange
        POST
      • Exchange rate inquiry
        POST
    • Vcc interface
      • Scene list query
        POST
      • Cardbin query
        POST
      • Apply for a Card Opening
        POST
      • Cancel Card Application
        POST
      • Recharge
        POST
      • Card Inquiry
        POST
      • Transaction Inquiry
        POST
      • Refund
        POST
      • Shared Card Application
        POST
      • Shared Card Pagination Query
        POST
      • Shared Card Inquiry
        POST
      • Shared Card Status Change
        POST
      • Card Information Modification
        POST
      • Cardholder Application
        POST
      • Cardholder Details Inquiry
        POST
      • Cardholder Deletion
        POST
      • Card Operation Order Inquiry
        POST
      • Card Pagination Query
        POST
    • Pcc interface
      • Card Assign
      • Card Active
      • Card Pin Reset
    • Dpt interface
      • Digital currency acquiring
      • Digital Withdraw
    • Webhook notification
      • Webhook Notification
      • Transaction Result Notification type = card_transaction
      • Order Result Notification type = card_operate
      • Transaction fee type = trade_fee
      • 3ds notification type = card_3ds_otp
      • Digital Currency Payment Collection Notification type=dpt_payment_bill
      • Physical Card ActiveCode Notify type=card_activation_code
      • Physical Card Activation Status type=card_activation_status
    • Appendix
      • Transaction Type
      • Transaction Response Code
      • Currency
      • Mobile phone prefix
      • American State Two-letter Code
      • Country Code
    • Schemas
      • Billing Information
      • Cardholder Information
      • Authorization Transaction Record
      • Supplementary Card Information
      • Card bin
      • Card Order Record
      • Card Information

    Card Information

    {
        "cardId": "string",
        "userNo": 0,
        "cardNo": "string",
        "cardVerifyNo": 0,
        "cardAlias": "string",
        "cardLabel": "string",
        "cardExpiryDate": "string",
        "localCurrency": "string",
        "startActiveDate": "string",
        "endCloseDate": "string",
        "creditLimitAmt": 0,
        "minAuthAmt": 0,
        "maxAuthAmt": 0,
        "balanceAmt": 0,
        "usedAuthAmt": 0,
        "enableMultiUse": "string",
        "enableCurrencyCheck": "string",
        "cardClosedAmt": 0,
        "cardStatus": "string",
        "createTime": "string",
        "cardUserInfo": {
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "mobile": "string",
            "birthDate": "string"
        },
        "billAddressInfo": {
            "countryCode": "string",
            "country": "string",
            "billingState": "string",
            "billingCity": "string",
            "billingAddress": "string",
            "billingZipCode": "string"
        },
        "cardType": 0
    }
    Built with