---
api: 'Business API'
---

# Retrieve a list of payment drafts

Get the list of payment drafts created with the API that haven't been [sent for processing](/docs/guides/manage-accounts/transfers/payment-drafts#send-drafts-for-processing).

:::note
Payment drafts created through the [Revolut Business app](https://business.revolut.com/) are not retrieved by the API.
:::

The response lists the drafts with their details, such as the number of payments included in the draft, but not the payment details.

For more information, see the guides: [Payment drafts](/docs/guides/manage-accounts/transfers/payment-drafts).

## Endpoint

GET `/payment-drafts`

## Returns

### 200

List of payment drafts

#### Response attributes

- `payment_orders` (array of object)
    The list of payment drafts that haven't been sent for processing.
  - `payment_orders[].id` (string)
      The ID of the payment draft.
  - `payment_orders[].scheduled_for` (string, optional)
      The scheduled date of the payment draft in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `payment_orders[].title` (string, optional)
      The title of the payment draft.
  - `payment_orders[].payments_count` (integer)
      The number of payments in the payment draft.
