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
Replace a Card
Replace a Card
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": ""
}
Path Parameters
Body
"lost"
"shipping"
"MONTEBELLO"
"US"
"2134 MONTEBELLO TOWN CENTER"
"SPACE K8"
"90640"
"CA"
Response
"acc-ab566541-69c5-4393-8a41-47f167b2af02"
""
["1234", "9878"]
true
""
"debit"
"bus-a4c781d1-abf2-4030-bc70-d860cf164013"
"pendingActivation"
"physical"
"billing"
"San Mateo"
"US"
"164 Sugarloaf Drive"
""
"94403"
"CA"
"2023-11-20T08:11:41Z"
"chd-8adefd88-7c92-43f5-8336-85213f25d0cd"
"2023-11-20T08:11:41Z"
"John Doe"
"per-e6553324-1db8-49a8-a0d3-29132280b838"
"2023-11-20T08:18:38Z"
"per-e6553324-1db8-49a8-a0d3-29132280b838"
"USD"
"Acme LLC"
"John Doe"
"11"
"2026"
""
"crd-a384d81e-5b35-4a08-9729-9737bcc2b603"
"Travel"
"4088"
"100.00"
"daily"
"2023-11-20T08:18:38Z"
"prg-ffa511da-1adc-4603-b845-173b895a33f6"
"2023-11-20T08:18:38Z"
""
"pending"
""
"shp-a2172ad2-8015-4284-af19-b819a4ffede0"
"2023-11-20T08:18:38Z"
"shipping"
"Montebello"
"US"
"2134 Montebello Town Ctr"
"Spc K8"
"90640-2170"
"CA"
""
""
""
""
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": ""
}