OTP Information Notification

Receive 3DS authentication OTP codes via webhook.

Webhook URL

REQUEST BODY SCHEMA: application/json required

Webhook Body(Notify)

Name
Type
Description

partner_id

string

Assigned by Pagsmile

sub_partner_id

string

Assigned by Pagsmile

timestamp*

string

yyyy-MM-dd HH:mm:ss - Max. 19 chars -

version*

string

Fixed value 1.0

random_key

string

Reserved fields

sign_type

string

Reserved fields,

If the field is empty, no encryption is required

request_id*

string

Request serial number, globally unique.

notify_type*

integer

Refer to webhookType

biz_data*

obj

Business params

biz_data

Name
Type
Description

validation_value*

string

OTP Value

card_token*

string

Card Token

card_pan*

string

Card PAN

amount*

string

Amount

currency*

string

Currency

created_seconds*

long

Created Seconds Timestamp

Response Example

{
    "biz_data": {
        "validation_value": "192200",
        "amount": "0.00",
        "currency": "USD",
        "card_token": "12398711482",
        "card_pan": "658705******1110",
        "created_seconds": 1741751417
    },
    "notify_type": 6,
    "partner_id": "100021",
    "sub_partner_id": "100031",
    "timestamp": "2025-01-01 03:50:30",
    "version": "1.0",
    "request_id": "IC00000000000000",
    "sign_type": "",
    "app_id": ""
}

Last updated

Was this helpful?