Payment Service
The Payment Service allows you to connect to payment partners you activated in your OpenHive account.
info
If you didn't activate any payment partners yet, please join us at https://openhive.eu/contact to get assistance.
We offers different ways to integrate payment functionalities into your applications:
- Using our Payment Widget component for a quick front-end integration of the available payment methods.
- Using our Payment API to create a request to pay. You can also use it to build your own custom payment form.
Partners
We currently support Stripe and Fintecture, but we are onboarding new partners. If you want to see a specific payment provider supported, please contact us.
Integration Steps
- 1️⃣ Get your api keys (public and private) and secret from OpenHive
- 2️⃣ Use your public key
pk_xxxto hydrate the Widget - 3️⃣ Obtain a short-lived authentication token from OpenHive using your private key
- 4️⃣ Use the token to create payment requests using our Payment API
IBAN and banking transfert
Some partners like Fintecture allows to generate a PDF with a virtual IBAN to receive payments. If you use this payment method, the workflow could be more straightforward as you don't need to necessarily integrate the widget:
- 1️⃣ Get your api keys private token and secret from OpenHive
- 2️⃣ Use it to authenticate and create a payment request using our Payment API as soon as you receive an order in your system
- 3️⃣ Fintecture will generate a PDF with a virtual IBAN and OpenHive will send it into a response into the links property. You can then send this PDF to your customer to let them proceed with the payment.