Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 530 Bytes

AccountUpdateRequest.md

File metadata and controls

18 lines (14 loc) · 530 Bytes

AccountUpdateRequest

Properties

Name Type Max Length Description Notes
companyId String 11 Mastercard assigned unique identifier for a client. [optional]
memberICA Long Interbank Card Association number assigned by Mastercard to the client. [optional]
status String 20 Status for the user's account

Sample JSON

{
  "companyId": "611532",
  "status": "NEW"
}