AccountNumber
The account number itself (i.e., the FPAN).
JSON representation |
{
"value": string
} |
Fields |
value |
string
REQUIRED: The account number itself (i.e., the FPAN). This is a string that has 14-19 characters and contains only the characters "0-9".
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["The account number, or FPAN, is represented in JSON format."],["The FPAN is a required string value containing 14-19 numeric characters (0-9)."]]],["The core content describes the structure of an account number, referred to as the FPAN. It is represented in JSON format as an object with a single, required field: `value`. This `value` field is a string that represents the account number directly. It must be 14 to 19 characters long and contain only numerical characters (\"0-9\").\n"]]