---
title: "Retrieve a payment initiation"
method: GET
path: "/v1/profiles/{profileId}/batch-groups/{batchGroupId}/payment-initiations/{paymentInitiationId}"
tags: ["batch-group"]
---

# Retrieve a payment initiation

`GET /v1/profiles/{profileId}/batch-groups/{batchGroupId}/payment-initiations/{paymentInitiationId}`

Get payment initiation info by ID. In addition to [webhooks](/api-reference/webhook-event/eventbatchpaymentinitiationsstatechange), this endpoint can be used for polling the status of a payment initiation.

## Path parameters

- `profileId` integer, required
- `batchGroupId` string, uuid, required
- `paymentInitiationId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Payment initiation retrieved successfully.

- PaymentInitiation — Payment initiation for funding a batch group via direct debit.
  - `id` integer — Payment initiation ID.
  - `batchGroupId` string, uuid — Batch group ID.
  - `reference` string — Payment reference that will be passed to the network. Can be used for reconciliation.
  - `userId` integer — The ID of the user who initiated this payment.
  - `profileId` integer — The ID of the profile this payment belongs to.
  - `type` 'DIRECT_DEBIT' — Payment type.
  - `status` 'NEW' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CHARGED_BACK' — Payment initiation status: - `NEW` — Payment initiation created - `PROCESSING` — Payment is being processed - `COMPLETED` — Payment completed successfully - `FAILED` — Payment failed - `CHARGED_BACK` — Payment was charged back
  - `accountId` integer — External account ID associated with the payment.
  - `transferId` integer, nullable — Transfer ID of the direct debit payment. Present only after the direct debit is initiated.
  - `createdTime` string, date-time — Date and time when the payment initiation was created.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.dev/wise/apis/platform-api.md) · [All operations](https://skmtc.dev/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
