Starting a webshop with NEM payment

Dear devs

I would like to know if there is an easy way to implement NEM into a webshop? So people are able to buy stuff with NEM.

Kind regards

There is no drop-in solution yet I think.

Some PHP API would be cool.
Maybe using jsonrpc would work? Just like it's used for bitcoind


Some PHP API would be cool.
Maybe using jsonrpc would work? Just like it's used for bitcoind


Well of course there is an API to use. I thought he might be talking about a full-blown integration library for a webshop.
Anyone can of course use the API to build a custom integration.
Here is the documentation: http://bob.nem.ninja/docs/

It's a REST API so any library that is able to make http requests will work.

Cant wait for trade in wallet integration :smiley:

Hello.

I have just forgot to paste it here also.

In case anyoone needs it here is
a simple php class to make rest api calls to NIS and NCC.

https://github.com/NewEconomyMovement/php2nem



Hello.

I have just forgot to paste it here also.

In case anyoone needs it here is
a simple php class to make rest api calls to NIS and NCC.

https://github.com/NewEconomyMovement/php2nem


Very nice! Thanks for this ;)

Even a good documentation! Thumbs up!

It would be great if we had some places to spend XEM



Very nice! Thanks for this ;)

Even a good documentation! Thumbs up!


Thank you!
I have something more here :

[url=https://github.com/NewEconomyMovement/nodejs2nem]https://github.com/NewEconomyMovement/nodejs2nem

;)