Poll (or long-poll) a payment session
Payment (x402)
Poll (or long-poll) a payment session
GET
Poll (or long-poll) a payment session
Documentation Index
Fetch the complete documentation index at: https://docs.getbindu.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 access token issued by Ory Hydra. Required for most operations.
Scopes:
agent:read— Read-only operations (tasks/get, tasks/list, contexts/list)agent:write— Write operations (message/send, tasks/cancel, contexts/clear)agent:execute— (legacy) Both read and write access
How to obtain:
- Register your client with Hydra
- Complete OAuth2 client credentials or authorization code flow
- Include token in
Authorization: Bearer <token>header
Path Parameters
Query Parameters
When true, the server blocks up to 60 seconds waiting
for the session to transition to a terminal state
(completed, failed, expired). Useful to avoid
tight-loop polling.
Response
Payment session state
Available options:
pending, completed, failed, expired Amount as string to avoid float precision
Example:
"USDC"
Example:
"base-sepolia"
Wallet address to pay
Human-facing payment URL
Payer wallet address, set on completion.
On-chain transaction hash (when status = completed).