---
title: "List payment submissions"
method: GET
path: "/v0/payments/{payment-id}/submissions"
tags: ["Payments"]
---

# List payment submissions

`GET /v0/payments/{payment-id}/submissions`

Lists submissions for a payment. The presence of a submission means that the payment has been submitted.

## Path parameters

- `payment-id` string, required

## Response `200`

OK

- object
  - `submissions` object[], required
    - `submission-scheme-information` union, required
      - object
        - `end-to-end-identification` string, required — An identifier for a payment, assigned by the originator, passed along unchanged throughout the entire end-to-end chain. Not necessarily unique.
        - `scheme-status-code` string — A scheme-specific code describing the current status.
        - `scheme-status-code-description` string — A human-readable description of the scheme status code.
        - `payment-scheme` 'fps', required
      - object
        - `end-to-end-identification` string, required — An identifier for a payment, assigned by the originator, passed along unchanged throughout the entire end-to-end chain. Not necessarily unique.
        - `payment-scheme` 'book-transfer', required
    - `submission-status` 'scheduled' | 'failed' | 'processing' | 'returned' | 'delivered', required — Specifies the progress of the outbound payment.
    - `created-by-url` string — Link to the user.
    - `scheduled-at` string, date-time — ISO 8601 formatted date-time.
    - `created-at` string, date-time, required — ISO 8601 formatted date-time.
    - `submission-status-reason` string
    - `payment-url` string, required — Link to the payment resource.
    - `unique-scheme-identifier` string
    - `account-url` union, required — Link to the bank account resource.
      - string
      - string
    - `submission-url` string, required

## Other responses

- `401` — Requires an API key to continue
- `404` — Not Found

---

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