Update AccountAsk AIput https://{FQDN}:{PORT}/{Version}/clients/{ClientID}/accounts/{AccountID}Updates the Account. Use v1 to replace all fields.Path ParamsVersionstringrequiredv1 and v2 are the only accepted values. Use v1 to replace all fields, and v2 replace any one or more fields, excluding excluding card account numbers.ClientIDstringrequired22-character ClientID. Ask Support if you need to specify a SubClientID.AccountIDstringrequired22 character assigned accountID. Returned from Create AccountQuery ParamsRejectDuplicateCardstringlength between 0 and 0Use to disallow account creation if an account with card already exists Incompatible with query string OKToAddDuplicateCard. All requests must use RejectDuplicateCard or OKToAddDuplicateCard if using [Duplicate Card Check]https://rftdevportal.thebancorp.com/reference/how-to-use-duplicate-card-check#/). Use is allowed if Version is v1 (not v2)OKToAddDuplicateCardstringlength between 0 and 0Use to allow account creation if an account with card already exists Incompatible with query string RejectDuplicateCard. All requests must use OKToAddDuplicateCard or RejectDuplicateCard if using Duplicate Card Check. Use is allowed if Version is v1 (not v2)Body ParamscardobjectPayment Card Data. Choose exactly ONE of the following: Payment Card Not Encrypted Payment Card Encrypted token device object If Version is v1: either card object or bank object is required If Version is v2: card object or bank object is optional.card objectownerobjectrequiredOwner Detailsowner objectResponses 200Account is updated. 207Account updated, but update duplicate card check failed. 409Duplicate card check matched.Updated about 2 months ago