ID of the fraud case.
- CARD_LIFECYCLE_EVENT
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
A fraud case that was recorded for a transaction with a customer's card did not receive a response from the customer within 30 minutes. See the Cards Smart Agent guide for more information.
The current status of the fraud case.
Timestamp indicating the deadline for the customer to confirm that the transaction is not fraudulent.
Timestamp indicating how long transactions will be whitelisted for the given card after confirming that a transaction was not fraudulent (i.e., 10 minutes after making the API call).
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/card_fraud_case_timeout
{ "id": "154dca58bb1b5c8701039fa6514ffc66frdcs", "resolution": "TIMEOUT", "respond_until": "2020-05-05T11:54:26Z", "whitelisted_until": null, "card_transaction": { "card_id": "f459e5de647e2909c94a7120c4d03557mcrd", "type": "PURCHASE", "status": "DECLINED", "attempted_at": "2019-04-01T12:23:42+00:00", "pos_entry_mode": "CHIP", "merchant": { … }, "amount": { … }, "original_amount": { … } } }
Request
The status of a customer's card has changed. You can find the full list of available statuses here.
The current status of the card.
Unique reference number for the card.
The type of the card. Note The following enum list is not exhaustive but only indicative of some possible values.
ID of the cardholder person resource.
ID of the account to which the card is tied.
(For business cards) ID of the business with which the card is associated.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/card_lifecycle_event
{ "id": "8febdba4912a747808ccc6f95f82bbb4", "status": "ACTIVE", "reference": "87285d83-ab15-4906-af87-5763801d9e43", "type": "MASTERCARD_DEBIT", "expiration_date": "2020-12-30", "person_id": "5af2ea4271038d5c53e68ccbf4fe43b3cper", "account_id": "a5844f601567db9b59b3531245a58e96cacc", "business_id": "52e6a9b8a559d842ed7d8901b0e1bf4bcbiz", "representation": { "line_1": "SLY STALLONE", "line_2": "BUSINESS NAME", "masked_pan": "537458******4567", "formatted_expiration_date": "09/22" } }
Request
A push provisioning token has been created or updated for a customer's card.
The ID of the card associated with the token.
The unique reference ID of the token that was created.
The status of the token.
The event type of the token's lifecycle.
Token's lifecycle event reason (from VISA's constantly changing message reason codes, e.g., TOKEN_CREATED).
Unique 24-byte identifier for each instance of a [Android user, Google account]
pair. Google computes the ID as a keyed hash of the Android user ID and the Google account ID. The key to this hash lives on Google's servers; the wallet ID is created during user setup as an RPC.
ID of the Primary Account Number (PAN) reference.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/card_token_lifecycle
{ "card_id": "8b48d56bdc1c091d9ab5547fe0e9511bmcrd", "token_reference_id": "DNITHE382228352676336613", "token_status": "ACTIVE", "event_type": "TOKEN_CREATED", "message_reason": "TOKEN_CREATED", "client_wallet_account_id": "Rwt3tJek_k1JxivcwbPHjKDk", "wallet_type": "APPLE", "visa_pan_reference_id": "V-3019278454673935797827", "pan_reference_id": "V-3019278454673935797827" }