# The Financial Address Generated Microdeposits object ### The Financial Address Generated Microdeposits object ```json { "object": "financial_address_generated_microdeposits", "amounts": [ { "value": 24, "currency": "usd" }, { "value": 46, "currency": "usd" } ], "status": "accepted", "livemode": true } ``` ## Attributes - `object` (string, value is "financial_address_generated_microdeposits") String representing the object’s type. Objects of the same type share the same value of the object field. - `amounts` (array of objects) The amounts of the microdeposits that were generated. - `amounts.currency` (enum) Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://docs.stripe.com/currencies.md). - `amounts.value` (integer) A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies.md#minor-units). - `livemode` (boolean) Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - `status` (enum) The status of the request. Possible enum values: - `accepted` The microdeposits were successfully generated.