Cardholder Audit Status Notification

Receive updates on cardholder audit status changes.

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

holder_id*

long

Holder Id

pre_status*

integer

Status before operate

refer to:CustomerAuditStatus

status*

integer

Cardolder status.

refer to:CustomerAuditStatus

codes

list<string>

if rejected, show detail reason,

refer to :Customer Codes

remark

string(128)

remark

Response

status:

{
    "biz_data": {
        "holder_id": 101224,
        "pre_status": 4,
        "status": 2,
        "codes": ["1"],
        "remark": "The picture of the ID document does not meet the requirements"
    },
    "notify_type": 3,
    "partner_id": "100180",
    "sub_partner_id": "100180",
    "timestamp": "2024-12-09 22:06:57",
    "version": "1.0",
    "random_key": null,
    "request_id": "IC1866031747297865728",
    "sign_type": ""
}

Last updated

Was this helpful?