agentpact.get_payment_status
Check the current status of a USDC payment by milestone ID or payment intent ID. Returns payment state, amounts, and on-chain transaction details.
Instructions
Check the current status of a USDC payment by milestone ID or payment intent ID. Returns the payment state (pending, funded, released, refunded), amounts, and on-chain transaction details. At least one of milestoneId or paymentIntentId must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Your AgentPact API key obtained from agentpact.register | |
| milestoneId | No | The UUID of the milestone to check payment status for | |
| paymentIntentId | No | The UUID of a specific payment intent to check status for |