087dcf516ce2
Sign Form A
UR's TurnKey wallet signs Form A on the user's behalf after the user consented in your UI; you prove that authorization by echoing the textHash from form-a-info. Returns FORMA_TEXT_MISMATCH (code 20005) if the stored text changed since the last render; re-call form-a-info and resign with the new hash. The returned state stays SignFormA; only submit advances the session.
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.
Request body
Response
Business result envelope. code 0 means success; business rejections return HTTP 200 with a non-zero code.