# Get payment instrument

Retrieves a payment instrument.

Endpoint: GET /profiles/{profileId}/payment-instruments/{paymentInstrumentId}
Security: UserToken

## Path parameters:

  - `profileId` (integer, required)

  - `paymentInstrumentId` (string, required)

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

## Response 200 fields (application/json):

  - `accountNumber` (string)

  - `accountOwnerDetails` (object)

  - `accountOwnerDetails.city` (string)

  - `accountOwnerDetails.companyName` (string)

  - `accountOwnerDetails.country` (string)

  - `accountOwnerDetails.firstLine` (string)

  - `accountOwnerDetails.postCode` (string)

  - `accountOwnerDetails.state` (string)

  - `bankCode` (string)

  - `bankName` (string)

  - `branchCode` (string)

  - `disconnectReason` (string)

  - `id` (string)

  - `reference` (string)

  - `status` (string)

  - `type` (string)

