Global Feed Post Login
Replying to Avatar bumi

const request = await client.requestPayment(USD(1.0), {

description: "best content",

});

request

.onPaid(() => {

alert("received payment!");

});

Avatar
⚡️ gTeL ☕ 8mo ago

What API is that?

Reply to this note

Please Login to reply.

Discussion

Avatar
bumi 8mo ago

https://github.com/getAlby/js-sdk

Thread collapsed