Card Inactive Notification Event

This event will get triggered to notify about the Credit Card which are inactive for over a year.

{
	"flag": "CREDIT_CARD_BLOCK_NOTIFICATION",
	"email": "[email protected]",
	"app_id": "app_4e7d77a4-f6c3-11e8-9243-0242ac110004",
	"mobile": "9804129548",
	"user_id": "usr_9feaecf61f344a6ea7ae96b261272528",
	"card_token": "crd_c36b873c1d254b81a5d5f60ac74e1933"
}

Field Name

Data Type

Required (O/M)

Description

flag

String

M

Information about event

email

String

M

User email id to be notified

app_id

String

M

App id to which card is linked

mobile

String

M

User mobile number

user_id

String

M

User id

card_token

String

M

Token number asssociated with card

Last updated