> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateStandingOrderResponse

Create standing order response

This response follows the standard [BaseResponse](/grid/v1/sdk-reference/typescript/reference/v2.0.0/interfaces/BaseResponse) wrapper with `data` (response payload) and `lastResponse` (request metadata).

## Properties

| Property             | Type                                                                                                     | Description                     |
| -------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `id`                 | `string`                                                                                                 | Standing order identifier       |
| `amount`             | `string`                                                                                                 | Amount as string                |
| `uiAmount`           | `string`                                                                                                 | Human-readable amount           |
| `currency`           | [`BridgeCurrency`](/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/BridgeCurrency)       | Currency type                   |
| `paymentRail`        | [`PaymentRail`](/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/PaymentRail)             | Payment rail used               |
| `source`             | `Details`                                                                                                | Source account details          |
| `destination`        | `Details`                                                                                                | Destination account details     |
| `frequency`          | `StandingOrderFrequency`                                                                                 | Recurrence frequency            |
| `startDate`          | `string`                                                                                                 | Start date (ISO string)         |
| `endDate?`           | `string`                                                                                                 | End date (ISO string, optional) |
| `status`             | `StandingOrderStatus`                                                                                    | Current status                  |
| `transaction`        | `string`                                                                                                 | Serialized transaction          |
| `kmsPayloads`        | `KmsPayload`\[]                                                                                          | -                               |
| `transactionSigners` | `string`\[]                                                                                              | -                               |
| `validUntil`         | `string`                                                                                                 | -                               |
| `createdAt`          | `string`                                                                                                 | -                               |
| `transactionPayload` | [`TransactionPayload`](/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TransactionPayload) | -                               |
