check_payment
Check the current status of a payment request to determine if it is settled, pending, underpaid, expired, or cancelled. Only consider a payment complete when the status is settled.
Instructions
Check the current status of a payment request.
Returns: One of: pending | settled | underpaid | expired | cancelled, along with the amount received so far. Only treat a payment as complete when status=settled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |