OUTCOME · Inspect intent
What changes
Read-only. It returns the retained control-plane record and cannot alter payment, ledger, rail, request, wallet, or balance state.
v2Payments
/api/v2/payments/{payment_uuid}PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this before cancellation, after an ambiguous mutation, when showing payment detail, or whenever cached payment state may be stale.
OUTCOME · Inspect intent
Read-only. It returns the retained control-plane record and cannot alter payment, ledger, rail, request, wallet, or balance state.
WHY IT MATTERS
ISOLATION + AUTHORITY
Only the payer or payee workspace can read the record. The response contains opaque source references and commitments but no balances, raw accounts, credentials, signing material, or private actor identifiers.
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 payments:read authority.EXAMPLEBearer hc_live_…
payment_uuidpathRequiredidentifierWorkspace-visible payment identifier. It selects the exact payment uuid addressed by this route.EXAMPLEpayment-uuid-01
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"amount": "100.00",
"authorization_required": true,
"balance_mutation_performed": true,
"cancellation_reason_code": "example-cancellation-reason-code",
"cancelled_at": "2026-09-02T18:30:00Z",
"created_at": "2026-09-02T18:30:00Z",
"currency": "USD",
"external_reference": "example-external-reference",
"memo": "example-memo",
"payee_workspace_id": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"payer_workspace_id": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"payment_method": "example-payment-method",
"payment_request_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"payment_source_reference": "example-payment-source-reference",
"payment_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"purpose_code": "example-purpose-code",
"rail_submission_created": true,
"reconciliation_required": true,
"request_commitment": "example-request-commitment",
"reservation_created": true,
"settlement_authority_granted": true,
"state_commitment": "example-state-commitment",
"status": "example-status",
"updated_at": "2026-09-02T18:30:00Z",
"version": 0
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL 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 ↗