---
title: "List all payment requests"
method: GET
path: "/account/payment_requests"
tags: ["Account"]
---

# List all payment requests

`GET /account/payment_requests`

Returns a list of your payment requests. If there are unsettled payment requests, they can block you from using the API.

Unsettled payment requests must settled through the Shipmondo app, unless the account is set to automatic settlement.

## Query parameters

- `created_at_min` string, date-time
- `created_at_max` string, date-time
- `per_page` integer
- `page` integer

## Response `200`

Successful.

- PaymentRequest[]
  - `id` integer — ID of the payment request.
  - `shipment_id` integer — ID of the shipment that the payment request is related to.
  - `reference` string — Information about the nature of the payment request.
  - `line_type` 'shipment' | 'pickup' | 'fuel' | 'sulphur' | 'road_toll' | 'non_compliant' | 'oversize' | 'island_fee' | 'hanging_garment' | 'alternative_delivery' | 're_addressing' | 'unfit_for_parcel_shop' | 're_delivery' | 'return_freight' | 'overweight' | 'hazardous_goods_service' | 'customs_clearance' | 'remote_area' | 'not_stackable_pallet' | 'time_definite' | 'address_correction' | 'cargo_gods_fee' | 'no_reply' | 'missing_edi_data' | 'oversize_fifty' | 'oversize_60' | 'oversize_115' | 'environmental' | 'security' | 'currency_conversion' | 'drop_off_fee' | 'bag_on_door' | 'barcode_unreadable' | 'barcode_misplaced' | 'shipment_information_correction' | 'seasonal_fee' | 'delivery_obstacles' | 'conversion_fee' | 'non_collected_shipment' | 'evening_delivery' | 'missing_mandatory_notification' | 'gotland_fee' | 'colli_fee' | 'notification' | 'warehouse_rent' | 'parcel_information_correction' | 'outside_product_specification' | 'signature_assurance' | 'brexit' | 'pickup_private' | 'freight_adjustment' | 'customs_entry_prep' | 'customs_document_mailing' | 'customs_ddp' | 'customs_disbursement_fee' | 'customs_import_vat' | 'customs_import_duties' | 'international_process_fee' | 'discount' | 'use_of_refunded_shipment' | 'business_to_private' | 'label_reuse' | 'excess_weight' | 'others' | 'unknown' — Type related to the nature of the payment request.
  - `amount` number — Amount to be paid.
  - `currency_code` string — Currency code of the amount.
  - `created_at` string, date-time — Date and time the payment request was created.
  - `updated_at` string, date-time — Date and time the payment request was last updated.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.net/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/revisions/3b9f91693dec/schema)
