This endpoint confirms that a transaction marked as fraudulent was not actually fraudulent (i.e., the customer confirms that they made the transaction themselves or is otherwise aware of the transaction). Once you call this endpoint, fraud monitoring will be disabled for the card specified in the request URL for 10 minutes, and the transaction can be attempted again.
Card creation & servicing (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards/v1/cards/{card_id}/fraud_cases/{id}/whitelist
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
{ "id": "154dca58bb1b5c8701039fa6514ffc66frdcs", "resolution": "WHITELISTED", "whitelisted_until": "2020-05-05T11:54:26Z" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards/v1/cards/{card_id}/fraud_cases/{id}/confirm
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
{ "id": "154dca58bb1b5c8701039fa6514ffc66frdcs", "resolution": "CONFIRMED" }
Query
Filter the results by the date/time when the transaction was created (from a given date/time value in UTC format).
Filter the results by the date/time when the transaction was created (until a given date/time value in UTC format).
Filter the results by transaction indicator.
Enum"PREMATURELY_RESOLVED_RESERVATIONS_MATCHED""RESERVED_LESS_THAN_SETTLED""SETTLED_BUT_NOT_RESERVED_BEFORE"
Filter the results by transaction status.
Enum"ACTIVE""EXPIRED""INITIATED""PROCESSED""RESOLVED""REVERSED""SETTLED"
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards/v1/cards/{card_id}/transactions
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
[ { "id": null, "created_at": "2024-07-30T13:56:54+0000", "indicators": "PREMATURELY_RESOLVED_RESERVATIONS_MATCHED", "transaction_events": [ … ] } ]