Integrating add to wallet button from your confirm purchase page is easy. You can do that at no cost to you and it provides a great benefit to your customers.
If you look at the image above Aloha coupon is what is being added to the customers mobile wallet. Customer needs to enter his wallet address and pin. Once added it is available on their smart phone for presenting and claiming what the item added to the wallet is entitled for.
Here is the code for it
window.open(‘http://cardlesspay.com/send?aid=’+123+’&content_url=’+&barcode_url=’+price,null,
‘height=600,width=400,status=no,toolbar=no,menubar=no,location=no,resize=no’)
aid is the asset id from closebys.
If you don’t have an asset published with closebys you can use content_url and barcode url to get your information sent to the customers mobile wallet.


