POST
/
v1
/
card
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/card \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "{{accountId}}",
  "allowedCategories": [
    "6011",
    "5999",
    "5462"
  ],
  "atmAccess": true,
  "billingAddress": {
    "addressType": "billing",
    "city": "San Mateo",
    "country": "US",
    "line1": "164 Sugarloaf Drive",
    "line2": "",
    "postalCode": "94403",
    "state": "CA"
  },
  "bin": "debit",
  "blockedMerchants": [
    "casino"
  ],
  "cardType": "physical",
  "currency": "USD",
  "embossingBusiness": "Acme LLC",
  "embossingPerson": "John Doe",
  "label": "Meal Card",
  "limitAmount": "1000.00",
  "limitInterval": "allTime",
  "shipping": {
    "shippingAddress": {
      "addressType": "shipping",
      "city": "San Mateo",
      "country": "US",
      "line1": "164 Sugarloaf Drive",
      "line2": "",
      "postalCode": "94403",
      "state": "CA"
    }
  }
}'
{
  "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
  "activatedAt": "",
  "allowedCategories": [
    "6011",
    "5999",
    "5462"
  ],
  "allowedMerchants": null,
  "atmAccess": true,
  "availableLimit": "1000.00",
  "bin": "debit",
  "blockedCategories": null,
  "blockedMerchants": [
    "casino"
  ],
  "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
  "cardStatus": "pendingActivation",
  "cardType": "physical",
  "cardholder": {
    "billingAddress": {
      "addressType": "billing",
      "city": "San Mateo",
      "country": "US",
      "line1": "164 Sugarloaf Drive",
      "line2": "",
      "postalCode": "94403",
      "state": "CA"
    },
    "createdAt": "2023-11-20T08:11:41Z",
    "id": "chd-8adefd88-7c92-43f5-8336-85213f25d0cd",
    "modifiedAt": "2023-11-24T05:46:51Z",
    "name": "John Doe",
    "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838"
  },
  "createdAt": "2023-11-24T05:46:51Z",
  "createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
  "currency": "USD",
  "embossingBusiness": "Acme LLC",
  "embossingPerson": "John Doe",
  "expiryMonth": "11",
  "expiryYear": "2026",
  "familyId": "",
  "id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
  "label": "Meal Card",
  "last4": "3738",
  "limitAmount": "1000.00",
  "limitInterval": "allTime",
  "metadata": null,
  "modifiedAt": "2023-11-24T05:46:51Z",
  "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
  "shipping": {
    "createdAt": "2023-11-24T05:46:51Z",
    "deliveryPartner": "",
    "deliveryStatus": "pending",
    "eta": "",
    "id": "shp-994d496d-a45d-48c2-bb6c-2c3bb7e779e5",
    "modifiedAt": "2023-11-24T05:46:51Z",
    "shippingAddress": {
      "addressType": "shipping",
      "city": "San Mateo",
      "country": "US",
      "line1": "164 Sugarloaf Drive",
      "line2": "",
      "postalCode": "94403",
      "state": "CA"
    },
    "trackingNumber": "",
    "trackingUrl": ""
  },
  "theme": "",
  "walletId": ""
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Body

application/json
accountId
string
Example:

"{{accountId}}"

allowedCategories
string[]
Example:
["6011", "5999", "5462"]
atmAccess
boolean
Example:

true

billingAddress
object
bin
string
Example:

"debit"

blockedMerchants
string[]
Example:
["casino"]
cardType
string
Example:

"physical"

currency
string
Example:

"USD"

embossingBusiness
string
Example:

"Acme LLC"

embossingPerson
string
Example:

"John Doe"

label
string
Example:

"Meal Card"

limitAmount
string
Example:

"1000.00"

limitInterval
string
Example:

"allTime"

shipping
object

Response

201 - application/json
Create a Card
accountId
string
Example:

"acc-ab566541-69c5-4393-8a41-47f167b2af02"

activatedAt
string
Example:

""

allowedCategories
string[]
Example:
["6011", "5999", "5462"]
allowedMerchants
any | null
atmAccess
boolean
Example:

true

availableLimit
string
Example:

"1000.00"

bin
string
Example:

"debit"

blockedCategories
any | null
blockedMerchants
string[]
Example:
["casino"]
businessId
string
Example:

"bus-a4c781d1-abf2-4030-bc70-d860cf164013"

cardStatus
string
Example:

"pendingActivation"

cardType
string
Example:

"physical"

cardholder
object
createdAt
string
Example:

"2023-11-24T05:46:51Z"

createdPersonId
string
Example:

"per-e6553324-1db8-49a8-a0d3-29132280b838"

currency
string
Example:

"USD"

embossingBusiness
string
Example:

"Acme LLC"

embossingPerson
string
Example:

"John Doe"

expiryMonth
string
Example:

"11"

expiryYear
string
Example:

"2026"

familyId
string
Example:

""

id
string
Example:

"crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"

label
string
Example:

"Meal Card"

last4
string
Example:

"3738"

limitAmount
string
Example:

"1000.00"

limitInterval
string
Example:

"allTime"

metadata
any | null
modifiedAt
string
Example:

"2023-11-24T05:46:51Z"

programId
string
Example:

"prg-ffa511da-1adc-4603-b845-173b895a33f6"

shipping
object
theme
string
Example:

""

walletId
string
Example:

""