FILTER BY TAG

One-Time Batch Update Response

Batch processing by Visa and Mastercard can take up to 48 hours; therefore, reports are not available immediately. A successful response returns the status of the batch and additional information relating to the batch as it becomes available.
These batch statuses are possible:
Status Responses
Status
Description
Received
The batch was received and is being checked for errors.
Processing
The batch was sent to the card association(s) to be updated.
Updating
Account Updater received a response from the card association(s) and is updating the tokens.
Completed
Updates have been applied to the tokens. The batch report URL is now available.
Failed
Review specific error message.
Not all data is available immediately. As the batch status progresses from
Received
through
Processing
and
Updating
to
Completed
, additional data becomes available in the batch status. Check the status after submitting the batch to catch early errors that might result in a
Failed
status or incorrect
acceptedRecords
or
rejectedRecords
counts. The URL of the batch report appears when the status is
Completed
.
HTTP 200: Successful Response
{ "_links": { "self": { "href": "
https://api.smartpayfuse.barclaycard/accountupdater/v1/batches/15269996945240002139594385/status
" }, "report": [ { "href": "
https://api.smartpayfuse.barclaycard/accountupdater/v1/batches/15269996945240002139594385/status
" } ] "batchCaEndpoints": "VISA,MASTERCARD", "batchCreatedDate": "2018-05-22T14.38.57Z", "batchId": "15269996945240002139594385", "batchSource": "TOKEN_API", "billing": { "nan": "0,", "ned": "9,", "acl": "5,", "cch": 0 }, "description": "Batch processing complete. Report URL now available.", "merchantReference": "Merchant reference", "status": "COMPLETED", "totals": { "acceptedRecords": "8,", "rejectedRecords": "7,", "updatedRecords": "8,", "caResponses": "14,", "caResponsesOmitted": 6 } }