AventopayAventopay
Low-risk vertical

Charge your online sales, in France and internationally.

Online shops, physical and digital products, mobile-first checkout, international cards.

What we accept

  • Physical products (fashion, tech, gourmet food, etc.)
  • Digital products (ebooks, licences, templates)
  • B2C and B2B sales
  • Multi-item cart with or without shipping fees

What we refuse

  • Counterfeit, prohibited products (see /prohibited-activities)
  • Products requiring authorisation (weapons, alcohol per country, etc.)

Activation requirements

To activate your production account, prepare the following:

  • Merchant site URL
  • Visible refund policy
  • Accessible T&Cs
  • Proof of delivery or access for sold products

Integration example

// Create a payment session from the cart
const body = JSON.stringify({
  merchant_id: MERCHANT_ID,
  transaction_id: 'ORD_' + orderId,
  amount: cart.total,  // in cents
  currency: 'EUR',
  customer: { email: cart.email, name: cart.name },
  return_url: 'https://shop.com/order/success',
  callback_url: 'https://shop.com/webhooks/aventopay',
});

Frequently asked questions

Ready to accept your first payments?

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