Getting Started

This page will help you get started to integrate Pleenk on your marketplace

💡 Why choose Pleenk ?

Pleenk offers several significant advantages for your marketplace:

  • It allows you to sell easily and efficiently.
  • Provides an confidential and secure payment method. Transactions made through Pleenk are protected, ensuring the confidentiality and integrity of each transactio,.
  • Allows you to verify user identity using our robust validation process.

🔧 How to integrate Pleenk ?

Integrating Pleenk into your system is straightforward. Follow these steps:

1. Generate a public & private key for signature 🔑

First, generate a public key using the following commands:

openssl ecparam -name secp521r1 -genkey -noout -out ec_private.pem
openssl ec -in ec_private.pem -pubout -outform PEM -out ec_public_key.pem
openssl pkcs8 -topk8 -inform PEM -in ec_private.pem -out ec_private_key.pem -nocrypt

Next, send the public key to [email protected] to obtain a Confidentiality wallet ID.

2. Generate a widget link 🔗

You can generate widget links for approve, sell, or payment. The easiest way to generate these links is to use our Java SDK or PHP SDK.

  1. Chose widget (Approve, Sell, Pay)
  2. Add the corresponding widget parameters.
  3. Add the "signature" parameter with the signature corresponding to the parameters

3. Integrate the Widget URL 🌐

Finally, integrate your widget URL inside an iframe:

<iframe src="https://app.pleenk.com/fr/widgets/sell?pw_confidentiality_wallet=14aad427-1e4d-4dc2-87da-fd045c21084b&pw_seller=adc2bd2a-aee7-4c65-a461-ddcc0cc0cf42&pw_user_linked=true&signature=MEQCIBWyY9vhMennYXcMmv6-RmZ-F481YfpSVtJCkX0ofyd7AiA1I8LimIxeB9ylwLUNGGKQeEOuVqVcVdkzCvARug9duQ"></iframe>

📘

Did you know ?

We provide a test environment where you can integrate and test the system before going live.

https://app.sandbox.pleenk.com/

💬 We're here to help!

If you have any questions or need assistance, please contact us by email at [email protected] or reach out via support directly from the app. We're here to ensure your integration process is smooth and successful.