VS Code command palette helpers for MakePay developers.
- Store MakePay key ID, key secret, and webhook secret in VS Code SecretStorage.
- Create hosted MakePay payment links from prompts.
- Inspect a payment link by UID in a JSON editor tab.
- Verify
X-MakePay-Signatureagainst the active editor payload. - Generate a local MakePay
.envsnippet. - Open MakePay docs and integration references.
MakePay: Configure CredentialsMakePay: Create Payment LinkMakePay: Inspect Payment LinkMakePay: Verify Webhook SignatureMakePay: Generate .env SnippetMakePay: Clear Stored CredentialsMakePay: Open Docs
{
"makepay.baseUrl": "https://www.makecrypto.io",
"makepay.defaultCurrency": "USD",
"makepay.defaultReturnUrl": "",
"makepay.openPaymentLinkAfterCreate": true
}npm ci
npm test
npm run validateThe extension does not use webviews and does not collect telemetry.