087dcf516ce2
Get Form A text and hash
Renders Form A from the verified KYC snapshot. Callable only while the session state is SignFormA. Display data.text to the user exactly as returned, capture explicit consent, and echo textHash unchanged into sign-form so UR can detect tampering between render and sign.
Query parameters
The onboarding session UUID returned by create-account.
Headers
The user's URID. Send at least one of X-Ur-Id or X-External-User-Id.
Your partner-side user id. Send at least one of X-Ur-Id or X-External-User-Id.
Partner Auth EIP-191 signature over the canonical message plus the deadline.
Unix timestamp in seconds after which the signature is no longer valid.
Partner public key used to verify the signature.
Response
Business result envelope. code 0 means success; business rejections return HTTP 200 with a non-zero code.