Skip to main content

Module payment

Module payment 

Source
Expand description

Payment helper contracts that keep authorizations, refunds, and deposits auditable.

Modules§

authorization
Payment authorization drafts that require explicit review before money movement.
deposit
Deposit-recording requests that make payment handoffs explicit and auditable.
refund
Refund requests and provider receipts that keep payment exceptions reviewable.

Structs§

IdempotencyKey

Enums§

CapturePolicy
Decision taxonomy for capture policy in the agent tool workflow; each value carries operational meaning for source-grounded routing and review.
IdempotencyKeyError
ReviewReason
Decision taxonomy for review reason in the agent tool workflow; each value carries operational meaning for source-grounded routing and review.
Subject
Decision taxonomy for subject in the agent tool workflow; each value carries operational meaning for source-grounded routing and review.

Traits§

Gateway
Defines the behavior required from a gateway participant in the tools workflow.