Card 3DS Notification
Brief Description
Request Method
参数
Parameter Name | Type | Description |
---|---|---|
business_type | string | Business Type |
data | object | |
- card_id | string | Card ID |
- currency | string | Transaction Currency |
- amount | double | Transaction Amount |
- otp | string | Transaction 3DS OTP |
- detail | string | Merchant 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