# Outbound Payment Import Entry

Source: https://docs.gocardless.com/docs/api-reference/outbound-payment-import-entry

## List outbound payment import entries

`GET /outbound_payment_import_entries`

Returns a [cursor-paginated](#api-usage-cursor-pagination) list of the entries for a given outbound payment import.

### Responses

| Status | Description |
| --- | --- |
| 200 | Successful response |
| 400 | Bad Request |
| 401 | Unauthorised |
| 404 | Not found |
| 422 | Validation Error |
| 500 | Internal Error |
