The payment instruction is a LNURL
🌐 Resolving
1. Sending
GET request to https://api.geyser.fund/lnurl/pay?projectId=1012. Response received with HTTP status
200 OK3. ... with body
{"callback":"https://api.geyser.fund/lnurl/pay?projectId=101","maxSendable":5000000000,"minSendable":1000000,"metadata":"[[\"text/plain\", \"Geyser contribution to: Citadel Dispatch\"]]","commentAllowed":280,"tag":"payRequest"}4. Parsed as JSON
{
"callback": "https://api.geyser.fund/lnurl/pay?projectId=101",
"commentAllowed": 280,
"maxSendable": 5000000000,
"metadata": "[[\"text/plain\", \"Geyser contribution to: Citadel Dispatch\"]]",
"minSendable": 1000000,
"tag": "payRequest"
}📋 LNURL Pay Response Details
| Sendable amount | 1,000–5,000,000 sats |
|---|---|
| Description | Geyser contribution to: Citadel Dispatch |
| Long description | empty |
| Comment allowed | 280 |
| Callback | https://api.geyser.fund/lnurl/pay?projectId=101 |