AccountNumber
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]