Enrich a batch of card transactions with DE43 data
Submit a batch of card transactions for enrichment where de43 data in the request body takes precedence over the other fields in the request body.
Just like the /transactions/cards/enrich/parse endpoint, the transactions can omit city and merchantName fields if the de43 field is present.
This endpoint returns a batchId which can be used in the /batches/{batchId} and /batches/{batchId}/results endpoints to check the status of the batch job and retrieve the results.
You can pass ?synchronous=true to enrich smaller sets of transactions synchronously. See the Microbatch enrichment guide for details.
Note that we impose a rate limit on the number of batch requests made in a rolling 12 hour window. Please reach out to sales@spade.com with any questions.
Authorizations
Query Parameters
When true, returns enriched results inline in the response instead of a batchId. Microbatches are capped to ensure timely processing. See the Microbatch enrichment guide for details.
Body
An array of transactions with de43's to parse and enrich. Each transaction must have a unique transactionId. Maximum 50,000 transactions.
50000The URL to call when the batch job is complete.
"https://example.com/callback"
Callbacks
Response
Successful operation
- Option 1
- Card Enrichment Microbatch Results
Unique identifier for the batch job
Current status of the batch job
pending, running, completed, failed Number of transactions in the batch
x >= 11
Timestamp of when the batch was submitted
"2024-11-21T20:07:20.213660Z"

