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

# Get payment submission

`GET /v0/submissions/{submission-id}`

Yields a submission.

## Path parameters

- `submission-id` string, required

## Response `200`

OK

- object
  - `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

- `400` — Bad Request
- `401` — Requires an API key to continue
- `403` — Forbidden
- `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/178ed43d543b/schema)
