VM_API
English
  • 简体中文
  • English
  1. Stored Value Card
VM_API
English
  • 简体中文
  • English
  • Integration Guide
  • Environment Configuration
  • Global Error Codes
  • Stored Value Card
    • Apply for Card
      POST
    • Card Details
      POST
    • Freeze/Unfreeze Card
      POST
    • Delete Card
      POST
    • Card Top-up
      POST
    • Card Refund
      POST
    • Transaction Records
      POST
    • Get Card Product Code
      POST
    • Get Account Balance
      POST
  • Notification
    • WebHook
  • Get accessToken
    GET
  1. Stored Value Card

Get Card Product Code

POST
/getProductCode
最后修改时间:2025-05-15 03:37:18
Get Card Product Code
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox-api.vmcardio.com/getProductCode'
响应示例响应示例
{
  "code": 0,
  "msg": "ok",
  "data": {
    "list": [
      {
        "bin": "433451",
        "product_code": "Q5334PH"
      }
    ]
  }
}

请求参数

无

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
data
object 
必需
list
array [object {2}] 
必需
上一页
Transaction Records
下一页
Get Account Balance
Built with