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

# Get payment admission

`GET /v0/admissions/{admission-id}`

Yields an admission.

## Path parameters

- `admission-id` string, required

## Response `200`

OK

- object
  - `admission-status` 'cancelled' | 'processing' | 'returned' | 'delivered', required — Specifies the progress of the inbound payment.
  - `admission-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.
      - `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
    - object
      - `payment-scheme` 'chaps', required
    - object
      - `payment-scheme` 'bacs', required
  - `payment-url` string, required — Link to the payment resource.
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.
  - `admission-url` string, required
  - `unique-scheme-identifier` string, required
  - `account-url` union, required — Link to the bank account resource.
    - string
    - string
  - `original-unique-scheme-identifier` string

## 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/e56cd4bb9677/schema)
