VM_API
English
  • 简体中文
  • English
  1. Notification
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. Notification

Card 3DS Notification

Brief Description#
Function Description: Sends the card’s 3DS verification to the configured webhook URL via webhook.
Request Method#
POST
参数#
Parameter NameTypeDescription
business_typestringBusiness Type
dataobject
- card_idstringCard ID
- currencystringTransaction Currency
- amountdoubleTransaction Amount
- otpstringTransaction 3DS OTP
- detailstringMerchant Information
Request Example#
{
    "business_type": "Card3ds",
    "data": {
        "card_id": "e5e49d03-xxxx-xxxx-xxxx-4aee45d079d1",
        "currency": "USD",
        "amount": 50,
        "otp": "045435",
        "detail": "NameSilo"
    }
}
Response Example Explanation (To confirm successful receipt, a response must be returned; if no response is received, the webhook will retry sending up to three times by default.)#
{
   "code":0,
   "msg":"ok"
}
修改于 2025-07-01 09:28:24
上一页
WebHook
下一页
Get accessToken
Built with