Cardholder Audit Status Notification

holderCard status change notification.

Webhook URL

REQUEST BODY SCHEMA: application/json required

Webhook Body(Notify)

NameTypeDescription

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

NameTypeDescription

holder_id*

long

Holder Id

pre_status*

integer

Status before operate

refer to:CustomerAuditStatus

status*

integer

Card status.

refer to:CustomerAuditStatus

codes

list<string>

if rejected, show detail reason,

refer to :Customer Codes

remark

string(128)

remark

Response

status:

Last updated