List all Cards
GET
https://{{env}}-lb.simplifipay.com/v1/card
Card
Following are the properties of this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://uat-lb.simplifipay.com/v1/card' \
--header 'requestUuid;'
Response Response Example
[
{
"uuid": "8105fb1b-852c-4d93-88eb-2fb2361d4b45",
"userUuid": "7ace3a56-3cb1-44db-a81d-2735e54c7c15",
"companyUuid": "10cdeb1d-c3af-4288-b770-5d7620171f37",
"cardProgramUuid": "dfb04381-3a10-4185-9ed3-5a97f43dd1a2",
"instrument": "VIRTUAL",
"creationDate": "2025-02-28 13:31:00",
"cardStatus": "PENDING",
"expiryDate": "12/31",
"maskedPan": "**********1234",
"cardMode": "PRIMARY",
"currency": "USD",
"customerTitle": "Founding Member",
"physicalCardUuid": "a1f65835-be50-450c-a197-8676aa4565d0",
"linkedVirtualCardUuid": "86d3111d-6d55-45e0-91c1-32c1397f39ab"
}
]
Request
Query Params
startDate
string <date>
optional
dates in the SimpliFi system are stored and displayed in the following format
yyyy-mm-dd hh:mm:ss
Example:
2025-02-28
endDate
string <date>
optional
dates in the SimpliFi system are stored and displayed in the following format
yyyy-mm-dd hh:mm:ss
Example:
2025-02-28
Header Params
requestUuid
string
required
system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.
Example:
00d366f2-a6e9-4714-b172-02c4e58c29d8
Responses
Modified at 2025-06-27 12:44:57