VM_API
English
  • 简体中文
  • English
  1. VM Card operation
VM_API
English
  • 简体中文
  • English
  • Integration Guide
  • Environment Configuration
  • Global Error Codes
  • Transaction Type Description
  • Card Status Description
  • VM Card operation
    • Get Account Balance
      POST
    • Get Card Product Code
      POST
    • Apply for Card
      POST
    • Card Details
      POST
    • Modify Card Limit(For credit line cards only)
      POST
    • Freeze/Unfreeze Card
      POST
    • Card Top-up(For prepaid cards only)
      POST
    • Card Refund(For prepaid cards only)
      POST
    • Transaction Records
      POST
    • Delete Card
      POST
  • Notification
    • WebHook
    • Card 3DS Notification
  • Get accessToken
    GET
  1. VM Card operation

Get Card Product Code

POST
/getProductCode
最后修改时间:2025-06-05 02:03:28
Get Card Product Code
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox-api.vmcardio.com/getProductCode' \
--header 'Authorization: '
响应示例响应示例
{
    "code": 0,
    "msg": "ok",
    "data": {
        "list": [
            {
                "bin": "433451",
                "product_code": "Q5334PH",
                "type": "save",
                "network": "VISA",
                "media": "virtual_card",
                "issuing_area": "USA"
            },
            {
                "bin": "404038",
                "product_code": "ET4040TT",
                "type": "share",
                "network": "VISA",
                "media": "virtual_card",
                "issuing_area": "USA"
            }
        ]
    }
}

请求参数

Header 参数
Authorization
string 
可选
默认值:
{{Authorization}}

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
data
object 
必需
list
array [object {6}] 
必需
修改于 2025-06-05 02:03:28
上一页
Get Account Balance
下一页
Apply for Card
Built with