Check a purchase waiting for approval
apiosk_approval_statusRead the state of a purchase the buyer's rules put on hold: pending, approved, denied or expired, with the reason and the deadline. Call it only after apiosk_execute returned status: approval_required with an approval_id. When it comes back approved, call apiosk_execute again with the same offer_token, max_price_usdc, and approval_id. If denied, do not retry — tell the user and ask what they want instead. Poll at most once every few seconds. Reads only; spends nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approval_id | Yes | The approval id returned by apiosk_execute when the purchase was held. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||