AventopayAventopay
Low-risk vertical

Charge your content sales, without licence or headache.

Ebooks, music, software licences, templates, creative assets, mono-vendor marketplaces.

What we accept

  • Ebooks, audiobooks, digital magazines
  • Music, sounds, audio packs
  • Software licences (annual or lifetime)
  • Templates, presets, plugins, mockups
  • 3D assets, textures, illustrations, photos

What we refuse

  • Multi-vendor marketplaces with automatic payment split (coming soon)
  • Content subject to rights you do not hold

Activation requirements

To activate your production account, prepare the following:

  • Site URL
  • Proof of your rights on the sold content
  • Refund policy (digital products)

Integration example

// Sell a template licence
const body = JSON.stringify({
  merchant_id: MERCHANT_ID,
  amount: 4900,        // 49 €
  currency: 'EUR',
  metadata: { license_type: 'commercial', product_id: 'THEME_ULTRA' },
});

if (payload.status === 'success') {
  const licenseKey = await issueLicense(payload.external_user_id);
  await sendEmail(customerEmail, { licenseKey, downloadUrl });
}

Frequently asked questions

Ready to accept your first payments?

Create your merchant account in 2 minutes. Test mode available immediately, no prior verification needed.