I had payment support pretty high on my priorities, but I've decided to reprioritize. I'll probably be handling that after I release the service.
@matigo That happened to an Uber to me once. The directions are clearly visible on the GPS map, and he still asked me "so do I turn here..?"
@matigo Yeah. When I do use CloudFlare, I turn the filtering to "essentially off". If I start getting DDoS'ed, I'll turn it up, but it usually just gets in the way.
@phoneboy It looks like I may have to retire it, due to upcoming changes to Instagram's API. All apps need to go through what seems to be a very strict review process, and crossposting services aren't mentioned explicitly -- we'll see what happens. If it does pass review, I will add 10Cv4 :)
@matigo It does, that's what I'll be using. The docs are only in Japanese, but it doesn't really matter because all you really need to know are available in curl examples :P webpay.jp/docs/api
Wow. Thanks to some awesome metaprogramming support in Elixir, pattern matching, and the consistency of WebPay's API, I have made a response parser that puts WebPay's return values in to structs I can use in Elixir -- only 30 lines of code.