Generate simple payment and subscription links without writing code or via an API call.
Just call our API or build the link yourself and we'll take care of the payment flow for you.
// Fetch your moneeda link
const url = await axios.post("https://moneeda.com/api/pay", {
apiKey: "SECRET_API_KEY",
provider: "STRIPE",
itemName: "T-shirt",
itemAmount: 1000, // 10.00
itemCurrency: "EUR",
itemImage: "https://i.imgur.com/DAyJ5f5.png",
})
console.log(url) // https://moneeda.com/checkout/s?i=SOMERANDOMID
Generate a custom demo payment link in a few seconds.
Moneeda is built by and for small startups. Feel free to pick the plan that suits the best for you or upgrade at any time.
You can generate a link by calling the API or just use the no-code solution. With the former, page displays will increase the count.