---
title: "View application by onboarding ID"
method: GET
path: "/processorOnboarding/v2/applications/{onboardingId}"
tags: ["Card Processing Online Application"]
---

# View application by onboarding ID

`GET /processorOnboarding/v2/applications/{onboardingId}`

Returns the application information for a specific `onboardingId` that is associated with the Nexio account used to [authenticate](https://docs.nexiopay.com/docs/authentication). 

<!-- theme: info -->
> 📘 Notes
> 
> - You cannot use this endpoint in the sandbox environment.
> - For authentication with this endpoint, use your Production API user credentials.

<!-- theme: warning -->
> ⚠️ Try It
> 
> Due to technical limitations, it is not possible to use the Try It feature with this endpoint. Instead, for the production environment, use something like Postman or your own server (along with the credentials for your [Production API user](https://docs.nexiopay.com/docs/sandbox-environments#production-environment)) to make the request.


<div style="display:none;">

## Request parameters
- onboardingId

## Response parameters
- merchantName
- merchantId
- status
- signer
- phoneNumber
- agentName
- repCode
- agentId
- onboardingId
- credsReady
- pendingItemsUpdatedAt
- pendingNotes.dateAdded
- pendingNotes.note
- apiUserCredentials.apiKey
- apiUserCredentials.userName
- apiUserCredentials.merchantIds
- apiUserCredentials.accountId

</div>

## Response `200`

Success

- object
  - `merchantName` string — The merchant name.
  - `merchantId` string — The Nexio merchant ID (MID) associated with the application.
  - `status` 'App Created' | 'Merchant Signed' | 'Sales Agent Signed' | 'Underwriting Signed' | 'Received' | 'Boarded' | 'Pending' | 'Live' | 'Declined' | 'Closed' | 'NULL' — Indicates the status of the application.
  - `signer` string — Indicates the name of the signer authorized for this account.
  - `phoneNumber` string — The phone number associated with the application.
  - `agentName` string — Indicates the name of the agent associated with this application.
  - `repCode` string — Indicates the `repCode` associated with the application. This value matches the **Rep Code** displayed in the Nexio Dashboard.
  - `agentId` integer — Indicates the ID of the agent associated with this application.
  - `onboardingId` string — Indicates the ID associated with the application
  - `credsReady` boolean — Indicates whether user credentials have been created for the merchant.
  - `pendingItemsUpdatedAt` string — The date and time any pending items for the application were last updated, formatted as an [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) date expressed in UTC.
  - `pendingNotes` object[]
    - `dateAdded` string — The date and time of the note, formatted as an [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) date expressed in UTC.
    - `note` string — Provides information about the pending application.
  - `apiUserCredentials` object[]
    - `apiKey` string — Indicates the key to use as the password for the API user.
    - `userName` string — Indicates the login name for the API user.
    - `merchantIds` string[] — Array of merchant IDs (MIDs) assigned to the API user.
    - `accountId` string — Indicates the ID of the API user account.

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
