pay_get_session
Retrieve checkout session details including amount, merchant, order ID, and status. Use this read-only tool to verify session information before proceeding with payment.
Instructions
Inspect a Solinkify Pay checkout session (from a merchant store such as WooCommerce, OpenCart or PrestaShop) before paying: amount, merchant, order id, and status. Read-only, so call it first to confirm what pay_checkout would spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Either the session id (a uuid) or the full checkout URL such as https://solinkify.com/checkout/<id>. Both forms are accepted; the id is extracted from the URL. |