ID of the fraud case.
- CARD_FRAUD_CASE_TIMEOUT
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
A fraud case was recorded on a transaction made by a customer's card, and it requires the customer's immediate response (over a prompt provided by your frontend). 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_pending
{ "id": "154dca58bb1b5c8701039fa6514ffc66frdcs", "resolution": "PENDING", "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
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" } }