Update a spending card
To use this endpoint from the browser, you’ll need to specify the
/accounts/{accountID}/issued-cards.write
scope when generating a token.
PATCH
/issuing/{accountID}/issued-cards/{issuedCardID}
|
|
Path parameters
accountID
string
<uuid>
required
ID of the account.
issuedCardID
string
<uuid>
required
ID of the issued card.
Body
application/json
authorizedUser
object
Fields for identifying an authorized individual.
Show child attributes
firstName
string
required
lastName
string
required
birthDate
object
An individual’s birthdate.
Show child attributes
day
integer
required
month
integer
required
year
integer
required
memo
string
Optional descriptive name.
state
string<enum>
Updates the state of a Moov issued card. Currently only supports the closed state.
Possible values:
closed