verify_payment
Check payment settlement status for a checkout token, verifying on-chain transactions or hosted-checkout completion to confirm successful crypto payments.
Instructions
Verify that a payment for a given checkout token has settled. Returns paid/unpaid status. If tx_id is supplied, verifies that specific on-chain transaction; otherwise uses hosted-checkout status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Short token returned by create_payment_link. | |
| tx_id | No | Optional on-chain transaction ID to verify against the token. |