Create a Card
POST
https://{{env}}-lb.simplifipay.com/v1/card
Card
using this endpoint would inherit the characteristics defined in its card program such as
authorization controls, velocity controls etc. Following are the properties of this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/card' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userUuid": "f5ba1741-983f-4f51-8375-701461c5bacc",
"cardProgramUuid": "56db03b7-29ef-46e3-82ad-68b94abb051f",
"customerTitle": "Founding Member",
"instrument": "VIRTUAL"
}'
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
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
Body Params application/json
Responses
Modified at 2025-06-27 12:44:57