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."],[[["\u003cp\u003eThe account number, or FPAN, is represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eThe FPAN is a required string value containing 14-19 numeric characters (0-9).\u003c/p\u003e\n"]]],["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"],null,["# AccountNumber\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe account number itself (i.e., the FPAN).\n\n| JSON representation |\n|-----------------------------|\n| ``` { \"value\": string } ``` |\n\n| Fields ||\n|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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\". |"]]