| 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 |
{
"business_type": "Card3ds",
"data": {
"card_id": "e5e49d03-xxxx-xxxx-xxxx-4aee45d079d1",
"currency": "USD",
"amount": 50,
"otp": "045435",
"detail": "NameSilo"
}
}{
"code":0,
"msg":"ok"
}