# Inputs / Supplier Authentication Input

# Supplier Authentication Input

**Object**
## SupplierAuthenticationInput

| Fields | Type | Description |
| --- | --- | --- |
| outlet | [ID!](/documentation/Types/UUID#UUID) | The outlet who the authentication is for |
| accountNumber | *String* | The account number for the supplier |
| username | *String* | The username for the supplier |
| password | *String* | The password for the supplier (NOTE: This is available in plain text, only store integration passwords here) |
| additionalAuth | *String* | Any additional authentication used (e.g. a state) |