AventopayAventopay
Low-risk vertical

Charge your learners, online and in-person.

Online courses, certifications, coaching, professional training, LMS.

What we accept

  • Online courses (one-off or recurring access)
  • Individual or group coaching
  • Paid certifications
  • Professional training

What we refuse

  • Non-recognised diplomas sold as official
  • Trainings with no real content (scams, etc.)

Activation requirements

To activate your production account, prepare the following:

  • URL of the LMS platform or merchant site
  • Description of the catalog and teaching methods
  • Refund policy (Consumer Code art. L221-18 for B2C)

Integration example

// Charge an online course
const body = JSON.stringify({
  merchant_id: MERCHANT_ID,
  user_id: student.id,
  amount: 19700,       // 197 €
  currency: 'EUR',
  metadata: { course_id: 'PYTHON_101' },
  callback_url: 'https://edtech.com/webhooks/aventopay',
});

if (payload.status === 'success') {
  await grantCourseAccess(payload.external_user_id, 'PYTHON_101');
}

Frequently asked questions

Ready to accept your first payments?

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