POST
/
v1
/
card
/
{cardId}
/
replace
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/replace \
  --header 'Content-Type: application/json' \
  --data '{
  "reason": "lost",
  "shipping": {
    "shippingAddress": {
      "addressType": "shipping",
      "city": "MONTEBELLO",
      "country": "US",
      "line1": "2134 MONTEBELLO TOWN CENTER",
      "line2": "SPACE K8",
      "postalCode": "90640",
      "state": "CA"
    }
  }
}'
{
  "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
  "activatedAt": "",
  "allowedCategories": [
    "1234",
    "9878"
  ],
  "allowedMerchants": null,
  "atmAccess": true,
  "availableLimit": "",
  "bin": "debit",
  "blockedCategories": null,
  "blockedMerchants": null,
  "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-20T08:11:41Z",
    "name": "John Doe",
    "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838"
  },
  "createdAt": "2023-11-20T08:18:38Z",
  "createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
  "currency": "USD",
  "embossingBusiness": "Acme LLC",
  "embossingPerson": "John Doe",
  "expiryMonth": "11",
  "expiryYear": "2026",
  "familyId": "",
  "id": "crd-a384d81e-5b35-4a08-9729-9737bcc2b603",
  "label": "Travel",
  "last4": "4088",
  "limitAmount": "100.00",
  "limitInterval": "daily",
  "metadata": null,
  "modifiedAt": "2023-11-20T08:18:38Z",
  "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
  "shipping": {
    "createdAt": "2023-11-20T08:18:38Z",
    "deliveryPartner": "",
    "deliveryStatus": "pending",
    "eta": "",
    "id": "shp-a2172ad2-8015-4284-af19-b819a4ffede0",
    "modifiedAt": "2023-11-20T08:18:38Z",
    "shippingAddress": {
      "addressType": "shipping",
      "city": "Montebello",
      "country": "US",
      "line1": "2134 Montebello Town Ctr",
      "line2": "Spc K8",
      "postalCode": "90640-2170",
      "state": "CA"
    },
    "trackingNumber": "",
    "trackingUrl": ""
  },
  "theme": "",
  "walletId": ""
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

cardId
string
required

Body

application/json
reason
string
Example:

"lost"

shipping
object

Response

200 - application/json
Replace a Card
accountId
string
Example:

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

activatedAt
string
Example:

""

allowedCategories
string[]
Example:
["1234", "9878"]
allowedMerchants
any | null
atmAccess
boolean
Example:

true

availableLimit
string
Example:

""

bin
string
Example:

"debit"

blockedCategories
any | null
blockedMerchants
any | null
businessId
string
Example:

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

cardStatus
string
Example:

"pendingActivation"

cardType
string
Example:

"physical"

cardholder
object
createdAt
string
Example:

"2023-11-20T08:18:38Z"

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-a384d81e-5b35-4a08-9729-9737bcc2b603"

label
string
Example:

"Travel"

last4
string
Example:

"4088"

limitAmount
string
Example:

"100.00"

limitInterval
string
Example:

"daily"

metadata
any | null
modifiedAt
string
Example:

"2023-11-20T08:18:38Z"

programId
string
Example:

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

shipping
object
theme
string
Example:

""

walletId
string
Example:

""