OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Transfer compliance
/api/v2/transfer-compliance/credentialsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this when a transfer originator, beneficiary integration, VASP, compliance reviewer, or disclosure agent needs to discover credentials and choose a canonical record for a later step so it can satisfy the minimum applicable counterparty, credential, wallet-control, preparation, decision, and disclosure requirements for one transfer lifecycle.
OUTCOME · Discover
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Owner, workspace, counterparty, VASP, credential issuer, wallet controller, transfer, reviewer, disclosure recipient, purpose, and retention boundaries remain distinct. A credential, preparation, decision, manifest, envelope, disclosure, or Explorer record neither moves value nor substitutes for wallet authorization, sanctions policy, rail admission, settlement, or finality.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the compliance:read scope.EXAMPLEBearer hc_live_…
RESPONSES
{
"primary_vault_id": "2ec4cd41a4414292bb33f040605a6231",
"credentials": [
{
"credential_id": "cccccccccccccccccccccccccccccccc",
"vault_id": "2ec4cd41a4414292bb33f040605a6231",
"issuer": "did:hybrid:issuer:identity",
"status": "VALID",
"valid_from": "2026-08-01T00:00:00Z",
"valid_until": "2027-08-01T00:00:00Z",
"updated_at": "2026-08-01T00:00:00Z",
"claim_keys": [
"originator.name",
"originator.account",
"originator.national_identifier"
],
"claim_commitments": {
"originator.name": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"originator.account": "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
"originator.national_identifier": "dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd"
}
}
],
"wallet_proofs": [
{
"proof_id": "dddddddddddddddddddddddddddddddd",
"vault_id": "2ec4cd41a4414292bb33f040605a6231",
"network": "HYBRID-TESTNET",
"wallet_reference": "wallet-ref-owner-01",
"verification_method": "SIGNED_CHALLENGE",
"challenge_commitment": "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"proof_commitment": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
"status": "VALID",
"valid_until": "2026-12-01T00:00:00Z",
"created_at": "2026-09-01T16:00:00Z",
"updated_at": "2026-09-01T16:00:00Z"
}
],
"disclosure_manifests": [
{
"manifest_id": "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"credential_id": "cccccccccccccccccccccccccccccccc",
"counterparty_did": "did:hybrid:vasp:example",
"purpose": "TRAVEL_RULE_TRANSFER",
"claim_keys": [
"originator.name",
"originator.account"
],
"claim_commitments": {
"originator.name": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"originator.account": "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
},
"consent_commitment": "0000000000000000000000000000000000000000000000000000000000000000",
"manifest_commitment": "1111111111111111111111111111111111111111111111111111111111111111",
"status": "VALID",
"valid_until": "2026-09-02T18:00:00Z",
"created_at": "2026-09-01T17:30:00Z",
"updated_at": "2026-09-01T17:30:00Z"
}
],
"vasp_credentials": [],
"envelope_authorizations": [],
"ivms101": {
"schema": "IVMS101_2023",
"supported": true,
"claim_groups": [
"originator",
"beneficiary"
],
"missing_claim_groups": [],
"ready_for_originator_payload": true,
"cleartext_exposed": false
},
"readiness": {
"formal_identity": true,
"wallet_control": true,
"transfer_ready": true,
"public_cleartext_exposed": false
}
}{
"code": "invalid_credentials",
"message": "The bearer credential is missing, expired, or invalid."
}invalid_credentials{
"code": "insufficient_scope",
"message": "The credential lacks explicitly provisioned compliance:read authority."
}insufficient_scope{
"code": "transfer_compliance_unavailable",
"message": "The authoritative Core or Identity compliance projection is unavailable."
}transfer_compliance_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗