Apply Card Result Notification

Receive card application outcomes.

Apply card result notification

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

order_no*

string

Order number,

Globally unique.

card_token*

string

Card token

card_pan*

string

Card pan

holder_id*

long

Cardholder ID

holder_name*

string

Cardholder name

card_scheme*

integer

card scheme

card_type*

integer

card type

order_count*

integer

order count

order_status*

integer

Response

status:

{
    "biz_data": {
        "order_no": "dAA7B9fA-dc9d-2F3d-",
        "card_token": "513310903314",
        "card_pan": "658704******0112",
        "card_scheme": 3,
        "card_type": 3,
        "is_share_card": false,
        "order_count": 1,
        "order_status": 5,
        "holder_id": 102012,
        "holder_name": "Test User"
    },
    "notify_type": 1,
    "partner_id": "100002",
    "sub_partner_id": "100024",
    "timestamp": "2025-04-10 08:12:53",
    "version": "1.0",
    "request_id": "IC1910235478424473600",
    "sign_type": "",
    "app_id": ""
}

Last updated

Was this helpful?