Skip to main content
Glama

reissue_order_token

Regenerate a checkout URL token for an existing cryptocurrency payment order to restore access to payment completion.

Instructions

Reissue checkout URL token for an existing order. Args: order_id: The order ID to reissue token for

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYes

Implementation Reference

  • Handler function decorated with @mcp.tool(), which registers and implements the reissue_order_token tool. It sends a POST request to the Infini API to reissue the token for the given order_id and returns the JSON response as a string.
    @mcp.tool() def reissue_order_token(order_id: str) -> str: """ Reissue checkout URL token for an existing order. Args: order_id: The order ID to reissue token for """ data = {"order_id": order_id} result = client.request("POST", "/order/token/reissue", json_data=data) return str(result)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yanboishere/infini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server