Cards
Retrieve a Card
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Cards
Retrieve a Card
Retrieve a Card
GET
/
v1
/
card
/
{cardId}
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"activatedAt": "2023-11-24T05:47:50Z",
"allowedCategories": [
"6011",
"5999",
"5462"
],
"allowedMerchants": null,
"atmAccess": true,
"availableLimit": "1097.00",
"bin": "debit",
"blockedCategories": null,
"blockedMerchants": [
"casino"
],
"businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
"cardStatus": "active",
"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": "Travel",
"last4": "3738",
"limitAmount": "1100.00",
"limitInterval": "daily",
"metadata": null,
"modifiedAt": "2023-11-24T05:49:26Z",
"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": ""
}
Path Parameters
Response
200 - application/json
Retrieve a Card
The response is of type object
.
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"activatedAt": "2023-11-24T05:47:50Z",
"allowedCategories": [
"6011",
"5999",
"5462"
],
"allowedMerchants": null,
"atmAccess": true,
"availableLimit": "1097.00",
"bin": "debit",
"blockedCategories": null,
"blockedMerchants": [
"casino"
],
"businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
"cardStatus": "active",
"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": "Travel",
"last4": "3738",
"limitAmount": "1100.00",
"limitInterval": "daily",
"metadata": null,
"modifiedAt": "2023-11-24T05:49:26Z",
"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": ""
}