# Statements

Retrieve your account statement and see individual entries for all credits and debits. Specify a date range and other optional filter values. 
  
    __Authentication header__

      ```
        Authorization: {your_credentials}
      ```
      Replace `{your_credentials}` with your base64-encoded Basic Auth username and password given to you by your Implementation Manager.
      <br /> <br />
      You **must** use the `Authorization` header for any request you send to our Statements API.
      <br /><br />
      __WP-Api-Version header__
      ```
        WP-Api-Version: 2025-01-01
      ```

    We use the WP-Api-Version header to identify which version of our API you are using. You must use the WP-Api-Version header for any request you send to our Account APIs.
    <br /><br />
    __DNS whitelisting__

    Whitelist the following URLs:
    * `https://try.access.worldpay-bsh.securedataplatform.com/`
    * `https://access.worldpay-bsh.securedataplatform.com/`

    Please ensure you use DNS whitelisting, not explicit IP whitelisting. When you make a request within Access Worldpay, you should always cache the response returned.

Version: 2025-01-01
Metadata:
  - business: ["Enterprise","Marketplaces"]
  - catalog-list: true
  - category: ["Accounts"]
  - generated: true

## Servers

Test (Try)
```
https://try.access.worldpay-bsh.securedataplatform.com
```

Live
```
https://access.worldpay-bsh.securedataplatform.com
```

## Security

### BasicAuth

Type: http
Scheme: basic

## Download OpenAPI description

[Statements](https://worldpay-portal.eu.redocly.app/access/_bundle/products/statements/@20250101/openapi.yaml)

## Other

### Query account statement items

 - [GET /accounts/statements](https://worldpay-portal.eu.redocly.app/access/products/statements/openapi/other/getstatements.md)

