OUTCOME · Observe and reconcile
What changes
Read-only. It cannot authorize, reserve, cancel, submit, confirm, settle, refund, or mutate a balance.
v2Payments
/api/v2/paymentsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this to drive payer and payee operations queues, reconcile ambiguous creates or cancellations, and select a payment for a fresh detail read.
OUTCOME · Observe and reconcile
Read-only. It cannot authorize, reserve, cancel, submit, confirm, settle, refund, or mutate a balance.
WHY IT MATTERS
ISOLATION + AUTHORITY
Only payments whose payer or payee is the authenticated workspace are returned. The projection excludes profile identities, raw account selectors, balances, credentials, keys, and unrelated payment records.
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_…
cursorqueryOptional32-character lowercase hexadecimal cursor · nullableCursor returned by the preceding page; reuse only with identical state and direction filters.EXAMPLEb4f2ed5fcfa7474d90f976a838670b14
limitqueryOptionalinteger · 1–200 · nullableMaximum records to return; defaults to 50 and cannot exceed 200.Schema range: 0 to unboundedEXAMPLE50
statequeryOptionaluppercase payment lifecycle state · nullableExact payment-intent lifecycle filter. Omit it to use the documented default or unfiltered behavior.EXAMPLEAUTHORIZATION_REQUIRED
directionqueryOptionalincoming | outgoing | all · nullableRelationship to the authenticated workspace: incoming, outgoing, or all.EXAMPLEall
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"direction": "example-direction",
"items": [
{
"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
}
],
"limit": 0,
"next_cursor": "example-next-cursor"
}{
"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 ↗