---
title: "Update prepaid card account info"
method: POST
path: "/prepaidCardService/updateAccount/{referenceLineItemID}"
tags: ["16. Prepaid Card Service"]
---

# Update prepaid card account info

`POST /prepaidCardService/updateAccount/{referenceLineItemID}`

Update prepaid card account information for a given line item. Note: Only customers who have been approved to be an \"Approved Critical Vendor\" can use these endpoints.

## Path parameters

- `referenceLineItemID` string, required

## Request body

- UpdateAccountRequest
  - `registration` Registration, required
    - `firstName` string
    - `lastName` string
    - `email` string, email
    - `homePhone` string
    - `mobilePhone` string
    - `address1` string
    - `address2` string
    - `city` string
    - `state` string
    - `postal` string
    - `country` string
  - `updatedBy` string

## Response `200`

OK

- UpdateAccountResponse
  - `status` 'ACCEPTED' | 'FAILED'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
