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_REVIEW
AWAITING_SIGNATURE
SIGNING_COMPLETED
APPROVED
REJECTED
NEEDS_MORE_INFO
Last updated