latestOpenAPI 3.1.02026-08-108094177.6 KB
087dcf516ce2
Managed Custody KYC
Submit the session for activation
Hands the session off to UR's background activation scheduler after Form A is signed. Returns state Submitting with queued false as the success signal on these KYC paths; UR then activates the bank account asynchronously and delivers the fma.account.result webhook when the URID reaches Live status.
post/api/fma/v1/kyc/submit
Headers
X-Ur-Idstring
The user's URID. Send at least one of X-Ur-Id or X-External-User-Id.
X-External-User-Idstring
Your partner-side user id. Send at least one of X-Ur-Id or X-External-User-Id.
X-Api-Signaturestring required
Partner Auth EIP-191 signature over the canonical message plus the deadline.
X-Api-Deadlinestring required
Unix timestamp in seconds after which the signature is no longer valid.
X-Api-PublicKeystring required
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.