createPushPaywallIntent
Creates a Lightning payment intent for pay-to-push, using owner and payer public keys to invoice a user for pushing code to a Nostr-based Git repository.
Instructions
POST push-payment action create_intent — invoice for pay-to-push (owner wallet keys in body)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| bridgeUrl | No | ||
| ownerPubkey | Yes | ||
| payerPubkey | Yes | 64-char hex of who will push | |
| ownerLnbitsUrl | No | ||
| ownerBlinkApiKey | No | ||
| ownerLnbitsAdminKey | No | ||
| ownerLnbitsInvoiceKey | No |