v1
latestOpenAPI 3.0.32026-07-248079274.0 KBCreate an Account Updater request for a card
Manually create an Account Updater request for a stored card, asking the scheme to refresh the credentials held for it. This is an alternative to Acquired.com's automatic Account Updater processes (rebill decline, retry advice and the monthly expiry sweep).
The request body is empty - the card is identified by card_id in the path. When the Mid header is omitted, the Mid is resolved automatically: the card's originating Mid if it is Account Updater capable, otherwise your company's first Account Updater capable Mid.
The request flows through the same send → scheme response → processing pipeline as automatically triggered requests. Use the list endpoint to track its status and outcome.
A card can only have one pending request at a time: if one already exists, it is returned with a 200 response instead of creating a new one.
Path parameters
Unique ID assigned by Acquired.com for the card.
Headers
Unique ID assigned by Acquired.com for your company.
Unique ID assigned by Acquired.com connecting to a specific acquiring bank.
Response
OK - a pending Account Updater request already exists for this card and is returned unchanged.
Example response
{
"id": "0190f9bd-2c4f-7000-9000-aabbccddeeff",
"card_id": "a7e3fde5-5b83-44f4-9915-782bc7121717",
"customer_id": "b1d4e0f2-7c3a-4e5b-9f6d-1a2b3c4d5e6f",
"mid_id": "c2e5f1a3-8d4b-4f6c-a07e-2b3c4d5e6f70",
"initiated_by": "manual",
"status": "completed",
"outcome": "card_updated",
"outcome_detail": {
"previous_bin": "492181",
"previous_last4": "1234",
"previous_expiry_month": 1,
"previous_expiry_year": 26,
"new_bin": "550000",
"new_last4": "5678",
"new_expiry_month": 4,
"new_expiry_year": 31
},
"created_datetime": "2026-06-20T10:00:00Z",
"submitted_datetime": "2026-06-20T10:05:00Z",
"completed_datetime": "2026-06-21T02:45:00Z"
}