payment_info
Access and review payment details using the specified payment ID. Notify users to approve pending payments at app.fewsats.com for payment status marked as 'needs_review'.
Instructions
Retrieve the details of a payment.
If payment status is needs_review
inform the user he will have to approve it at app.fewsats.com
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pid": {
"title": "Pid",
"type": "string"
}
},
"required": [
"pid"
],
"title": "payment_infoArguments",
"type": "object"
}