Developer forum

Forum » Ecommerce - Standard features » Integration of cryptocurrency payment service.

Integration of cryptocurrency payment service.

Tomislav Bušić
Reply

 

Hello everyone, I don't have much experience and haven't integrated payments yet, so if someone could help me, I would be grateful. I'm trying to connect "PayCek allows simple, secure, and fast receipt of cryptocurrencies. PayCek - blockchain uplate za vaš business" as a payment method. What should I specify as the "CHECKOUT HANDLER Type" under the "Payment" option? I assume it's not "Stripe checkout" since that's for card payments, right? Thanks in advance.

Best regards,

Tomislav Bušić

payments.png

Replies

 
Rasmus Sanggaard Dynamicweb Employee
Rasmus Sanggaard
Reply
This post has been marked as an answer

Hi Tomislav, 

I don't think that any of our standard checkout handlers / payment providers support PayCek. 

You need to investigate if any of our handlers support PayCek. See all handlers here: https://doc.dynamicweb.dk/documentation-9/ecommerce/payment/payment-methods

Otherwise it is a custom implementation. 

BR Rasmus Sanggaard

Votes for this answer: 1
 
Tomislav Bušić
Reply

Hello Rasmus, thank you for the information. I have the API keys and documentation, but I'm not quite clear on this part regarding customization. If you might know of an example or link to get started, I would be grateful. Thank you in advance.

Best regards

Tomislav

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Tomislav

You can see a full working example of a CheckoutHandler we made here: https://github.com/dynamicweb/CheckoutHandlers.QuickPayPaymentWindow

More general information on customisation her: https://doc.dynamicweb.com/training/training/certifications/t3-platform-developer/t3-platform-developer/3-3-extending-ecommerce

Dynamicweb API docs here: https://doc.dynamicweb.com/documentation-9/api/apis/dw-9-12

BR Nicolai

Votes for this answer: 1
 
Tomislav Bušić
Reply

Hello Nicolai

Thank you very much for the information. I'll study it in the coming days and let you know how it goes. Thanks again.

BR Tomislav

 
Tomislav Bušić
Reply

Hi Nicolai,

Can I somehow include the "PayCek" DLL solution into the application, but set it to the .NETCoreApp, Version=v7.0 or 8.0? I can't install "PayCek" on lower versions. When I create the solution on higher versions, under the backend part, in the checkout handler, there are no options, i.e., the DLL solution I added. Does anyone have a solution? I would be grateful. Package Paycek 1.1.0 is not compatible with net461 (.NETFramework, Version=v4.6.1) / win-x64. Package Paycek 1.1.0 supports: net7.0 (.NETCoreApp, Version=v7.0).

Thank you in advance.

Best regards

Tomislav

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

Dynamicweb 9 is .NET 4, so PayCek dll will not be able to run on Dynamicweb 9. Dynamicweb 10 is .NET core (.NET 7/8) so you can make it work on Dynamicweb 10.

Just looked at the source code PayCek https://github.com/electrocoin-eu/paycek-cs - and you can clone the project and build it for .NET Standard and then it will work with Dynamicweb 9. See https://devblogs.microsoft.com/visualstudio/creating-and-packaging-net-standard-library/

BR Nicolai

 
Tomislav Bušić
Reply

Hi Nicolai,

 

I have successfully followed the instructions from GitHub, as I have a very similar solution, and processed a payment through the terminal, i.e., when I launched the program, confirming its functionality.The payment is visible on PayCek. However, my attempts to integrate it into .NET Standard, generate the DLL, and include it in the application have been unsuccessful. My next step will be to explore compatibility with Dynamicweb 10.

Thanks for the tips.

BR

Tomislav

 

standard.png standard2.png

 

You must be logged in to post in the forum