Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-wallet.rst
index 163c336e5d3be15d7c92bc658213829b843f7b8a..fb97bc5a78500dd1ff30b4e7122769ae1299eeab 100644 (file)
@@ -2,7 +2,11 @@
 ``GET https://devs.ouya.tv/api/v1/wallet``
 ==========================================
 
-The the account balance and currency.
+Get the account balance and currency.
+
+Usage
+=====
+After user registration, before the credit card input form is shown.
 
 
 HTTP request
@@ -29,7 +33,20 @@ Status code
 Content type
   ``application/json; charset=utf-8``
 
-Example:
 
+Example without credit card data
+--------------------------------
 .. include:: api-v1-wallet.response.json
    :code:
+
+FIXME: Find out if we get that response when giving a dummy number
+during registration (4111 1111 1111 1111).
+
+
+Example with credit card data
+-----------------------------
+.. include:: api-v1-wallet.response-2.json
+   :code:
+
+FIXME: Find out if we can disable credit card input by setting
+``requiresPaymentMethod`` to ``false``.