On This Page
Retrieving a Batch with a Batch ID
To access an individual batch report, send an authenticated GET request, including the header
ACCEPT=application/json
, using the URL returned in the batch status or
batches resource described in American Express Daily Harvest Update Reports.AMEX_REGISTRY_API Batch Method HTTP 200: Successful Response
{ "version": "1.0", "reportCreatedDate": "2018-11-07T15:33:11Z", "batchId": "15416047164330001593314231", "batchSource": "AMEX_REGISTRY_API", "batchCaEndpoints": "AMEX", "batchCreatedDate": "2018-11-07T15:31:56Z", "merchantReference": "Merchant Name", "totals": { "acceptedRecords": 0, "rejectedRecords": 3 }, "records": [ { "sourceRecord": { "token": "12345678901234567890", "cardExpiryMonth": "01", "cardExpiryYear": "2021" }, "responseRecord": { "response": "DEC", "reason": "852" } }, { "sourceRecord": { "token": "456", "cardExpiryMonth": "01", "cardExpiryYear": "2021" }, "responseRecord": { "response": "DEC", "reason": "851" } }, { "sourceRecord": { "token": "789", "cardExpiryMonth": "01", "cardExpiryYear": "2021" }, "responseRecord": { "response": "DEC", "reason": "851" } } ] }