Skip to main content
GET
/
batches
/
{cardEnrichmentBatchId}
/
results
Get the results of a batch card enrichment job
curl --request GET \
  --url https://east.sandbox.spade.com/batches/{cardEnrichmentBatchId}/results \
  --header 'X-Api-Key: <api-key>'
{
  "results": [
    {
      "transactionInfo": {
        "transferInfo": null,
        "isAccountVerification": false,
        "isPeerToPeer": false,
        "isDigitalWallet": false,
        "type": "account_verification",
        "subType": "alimony_or_child_support",
        "display": {
          "name": "<string>",
          "categoryName": "<string>",
          "graphic": "<string>",
          "graphicSource": "<string>"
        },
        "thirdParties": [
          {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "name": "<string>",
            "type": "bnpl",
            "logo": "<string>",
            "website": "<string>"
          }
        ],
        "spendingInfo": {
          "channel": {
            "value": "digital"
          }
        },
        "atmInfo": {
          "sponsorName": "<string>",
          "ownerName": "<string>"
        },
        "transactionId": "<string>",
        "recurrenceInfo": {
          "intervalType": "weekly",
          "intervalDays": 123,
          "nextPaymentExpected": "2023-12-25",
          "recentRecurrences": [
            "<array>"
          ]
        },
        "riskInsights": {
          "irregularWebPresenceDetected": true,
          "negativeOnlineSentiment": true,
          "highRiskEntity": true,
          "riskyIndustry": true,
          "cardAcceptanceHistory": "extensive"
        }
      },
      "enrichmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "counterparty": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "<string>",
          "legalName": "<string>",
          "industry": [
            {
              "id": "<string>",
              "name": "<string>",
              "icon": "<string>"
            }
          ],
          "matchScore": 123,
          "location": [
            {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "address": "<string>",
              "addressLine1": "<string>",
              "addressLine2": "<string>",
              "city": "<string>",
              "region": "<string>",
              "country": "<string>",
              "postalCode": "<string>",
              "latitude": 123,
              "longitude": 123,
              "phoneNumber": "<string>",
              "matchScore": 123
            }
          ],
          "logo": "<string>",
          "phoneNumber": "<string>",
          "website": "<string>",
          "possibleCounterpartyAlternate": {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "similarity": 123
          }
        }
      ],
      "mobileAppInfo": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "url": "<string>",
        "logo": "<string>",
        "developerName": "<string>",
        "developerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "category": "<string>",
        "hasGamblingOrRewards": true,
        "hasSimulatedGambling": true,
        "ageRating": "<string>"
      },
      "customAttributes": {},
      "statusCode": 123,
      "errors": {}
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

cardEnrichmentBatchId
string<uuid>
required

ID of the batch card enrichment job

Response

Successful operation

results
object[]