For AI agents: visit https://docs.affirm.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Attribute | Data type | Description |
|---|
| first | string | Can contain multiple words (for middle names). |
| last | string | Customer's last name. |
| full | string | Required if first and last keys are missing. The string must contain at least two words. |
{
"first": "John",
"last": "Doe",
"full": "John Doe"
}