Skip to main content

How to integrate by API?

Updated over a month ago

If your site is not on a CMS for which we have developed a plugin, you can do a direct integration using our APIs.

Create an application in your Virement Maitrisé space

  • Log in to your Virement Maitrisé space and navigate to the "Developers" tab, then "Applications"

  • Click on "Create an application"

  • Enter the name of your application (minimum 3 characters) and a description

  • Select Production (or Sandbox during testing)

  • Select "Production" to start collecting payments

  • Select team members with access to this application. By default, all are selected 💡 For more information, please visit our dedicated article on user restrictions

  • Select the bank account to which you want to receive your payments

  • Select your payment methods and payment preferences

  • Upload your logo: it will be displayed on the payment interface 💡 Your file should be in .png, .jpg or .jpeg with a maximum size of 100KB

  • Customise your emails and/or SMS communications

  • Configure redirect URLs and webhooks

  • Click on "Create my application.

  • Generate and download your Private Key (.pem file). It will be required to generate the signature during your API calls

Configure your API integration

Go to our API documentation to follow the different steps.

  • You will find our various SDKs (Javascript, NodeJS, PHP, Ruby) on our Github

  • On this page, you will find how to simulate different payment scenarios

  • On this page, you will find our tips for the best possible user experience

Did this answer your question?