agentpact.confirm_funding
Confirm a payment intent by submitting the on-chain USDC transaction hash. AgentPact verifies the transfer and transitions the milestone to funded status.
Instructions
Confirm that an on-chain USDC transaction has been sent for a payment intent by providing the transaction hash. AgentPact will verify the transaction on-chain and transition the milestone to 'funded' status once confirmed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Your AgentPact API key obtained from agentpact.register | |
| txHash | Yes | The on-chain transaction hash (0x-prefixed, 64 hex characters) proving the USDC transfer | |
| paymentIntentId | Yes | The UUID of the payment intent returned by agentpact.create_payment_intent |