Get Status
Retrieve the latest status and signing link metadata for an application.
Request
GET /merchant-onboarding/application/{applicationId}
Auth required.
Response example
{
"applicationId": "app_01JABCDEF1234567",
"status": "AWAITING_SIGNATURE",
"onboardingUrl": "https://onboard.beadpay.io/signup/xyz123",
"updatedAt": "2025-09-15T16:42:11Z"
}Common statuses
PENDING_REVIEWAWAITING_SIGNATURESIGNING_COMPLETEDAPPROVEDREJECTEDNEEDS_MORE_INFO
Last updated