AventopayAventopay
Low-risk vertical

Charge your members, month after month.

Memberships, paid communities, recurring renewals, free trials, upgrades.

What we accept

  • Monthly or annual memberships
  • Private Discord/Slack communities
  • Premium newsletters
  • Video content by subscription
  • Coworking / online clubs

What we refuse

  • Subscriptions with no clear cancellation option

Activation requirements

To activate your production account, prepare the following:

  • Visible cancellation policy
  • Reminder before renewal (mandatory for B2C)

Integration example

// Renew a subscription via API
const body = JSON.stringify({
  merchant_id: MERCHANT_ID,
  user_id: member.id,
  amount: member.plan_amount,
  currency: 'EUR',
  metadata: { plan: member.plan_id, renewal: true },
});

if (payload.status === 'success') {
  await extendMembership(payload.external_user_id, 30);
}

Frequently asked questions

Ready to accept your first payments?

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