GET
/
batches
/
{transferEnrichmentBatchId}
/
results
Get the results of a batch transfer enrichment job
curl --request GET \
  --url https://east.sandbox.spade.com/batches/{transferEnrichmentBatchId}/results \
  --header 'X-Api-Key: <api-key>'
{
  "results": [
    {
      "transactionInfo": {
        "type": "spending",
        "subType": null,
        "spendingInfo": null,
        "thirdParties": [
          {
            "id": "ac48cef2-0d7f-4159-865e-e92b152262bc",
            "name": "Paypal",
            "type": "payment_processor",
            "logo": "https://static.v2.spadeapi.com/logos/9063bc0f0a3f4b1fbf644f9862e17002/light.png",
            "website": "https://www.paypal.com/"
          }
        ],
        "recurrenceInfo": null,
        "display": {
          "name": "Amazon",
          "categoryName": "Online Marketplace",
          "graphic": "https://static.v2.spadeapi.com/logos/de33f8973bc934c5b368a5b27155db02/light.png",
          "graphicSource": "counterparty"
        },
        "transferInfo": {
          "direction": "outgoing",
          "transferMethod": "ach",
          "transferType": "external",
          "isAdjustmentOrRefund": false
        },
        "atmInfo": null,
        "isAccountVerification": false,
        "isPeerToPeer": false,
        "isDigitalWallet": false,
        "transactionId": "transaction_id_123456789",
        "riskInsights": {
          "irregularWebPresenceDetected": false,
          "negativeOnlineSentiment": false,
          "highRiskEntity": false,
          "riskyIndustry": false,
          "cardAcceptanceHistory": "extensive"
        }
      },
      "counterparty": [
        {
          "location": [
            {
              "id": "<any>",
              "address": "<any>",
              "addressLine1": "<any>",
              "addressLine2": "<any>",
              "city": "<any>",
              "region": "<any>",
              "country": "USA",
              "postalCode": "<any>",
              "latitude": "<any>",
              "longitude": "<any>",
              "phoneNumber": "<any>",
              "matchScore": "<any>"
            }
          ],
          "possibleCounterpartyAlternate": null,
          "id": "704bbd58-fb12-4bdb-9aae-2786704ea92a",
          "name": "Amazon",
          "legalName": "Amazon Inc.",
          "industry": [
            {
              "id": "<any>",
              "name": "<any>",
              "icon": "<any>"
            }
          ],
          "matchScore": 93.5,
          "logo": "https://static.v2.spadeapi.com/logos/de33f8973bc934c5b368a5b27155db02/light.png",
          "phoneNumber": "+18664862360",
          "website": "https://www.amazon.com"
        }
      ],
      "enrichmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "mobileAppInfo": {
        "id": "704bbd58-fb12-4bdb-9aae-2786704ea92a",
        "name": "Roblox",
        "url": "https://play.google.com/store/apps/details?id=com.roblox.client",
        "developerName": "Roblox Corporation",
        "developerId": "704bbd58-fb12-4bdb-9aae-2786704ea92a",
        "category": "Auto and Transportation",
        "hasGamblingOrRewards": false,
        "hasSimulatedGambling": false,
        "ageRating": "Teen"
      },
      "customAttributes": {
        "custom_attribute_1": "value_1",
        "custom_attribute_2": "value_2"
      },
      "statusCode": 200,
      "errors": {
        "userId": [
          "This field is required."
        ]
      }
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

transferEnrichmentBatchId
string<uuid>
required

ID of the batch transfer enrichment job

Response

200
application/json

Successful operation

The response is of type object.