---
title: "Get payment initiation request details"
method: GET
path: "/payment-initiations/{paymentInitiationId}"
tags: ["Payment Initiations"]
---

# Get payment initiation request details

`GET /payment-initiations/{paymentInitiationId}`

Retrieve the details of a specific payment initiation request.

## Path parameters

- `paymentInitiationId` string, required

## Response `200`

Payment initiation found

- PispgatewayPaymentInitiationResponse — Response object for Get Payment Initiation
  - `id` string — The identifier of the payment initiation
  - `status` string — The status of the payment initiation, can be one of SUBMITTED, AWAITING_CONSENT, CONSENT_REJECTED, EXECUTED, ER_EXPIRED, ER_EXTSYS, ER_GENERAL
  - `paymentAmount` PispgatewayPaymentAmount — The amount of the payment
    - `currency` 'GBP', required — Currency of the account in ISO 4217 format. Only allowable value is GBP
    - `value` number, required — Amount of the payment in Major Currency Units - '1' = 1.00 GBP
  - `paymentReference` string — The payment reference
  - `destination` PispgatewayDestination — The destination account for the payment
    - `type` 'ACCOUNT' | 'SCAN', required — Indicates the type of destination. Can be one of ACCOUNT, SCAN
    - `id` string — Identifier of the destination account if using ACCOUNT type
    - `accountNumber` string — Account Number of destination account if using SCAN type
    - `sortCode` string — Sort Code of destination account if using SCAN type
    - `name` string — Name of destination account if using SCAN type (this may be truncated)
  - `aspspId` string — The identifier of the ASPSP used for the payment
  - `aspspPaymentStatus` string — The status of the payment at the ASPSP. When available, this is passed through from the ASPSP without modification.

## Other responses

- `400` — Bad Request
- `404` — Payment initiation not found

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/versions/cbd52524c8ef/schema)
