Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 793 Bytes

AccountSearchRequest.md

File metadata and controls

20 lines (16 loc) · 793 Bytes

AccountSearchRequest

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]
accountNumber String 19 The unique account identifier defined and provided by the client.
programEnrollmentCode String 18 The unique identifier for a client's reward program, defined by the client and configured during implementation.

Sample JSON

{
  "companyId": "611532",
  "accountNumber": "5330333671236516",
  "programEnrollmentCode": "ZXSzM"
}