入金履歴取得
Description
入金履歴を取得します。
Request URL
Account API GET /v1/{tenant_id}/payment-history
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークンIDを指定します。 |
tenant_id | テナントID | path | テナントIDを指定します。 |
Response Code
Success
200
Example
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: トークンID" \ https://account.tyo1.conoha.io/v1/テナントID/payment-history
Response
HTTP/1.1 200 OK Date: Wed, 24 Dec 2014 04:34:52 GMT Server: Apache Content-Length: 6263 Content-Type: application/json { "payment_history": [ { "money_type": "Paypal", "deposit_amount": 100, "received_date": "2014-05-18T12:05:42" }, { "money_type": "Paypal", "deposit_amount": 100, "received_date": "2014-06-08T18:20:00" }, { "money_type": "CreditCard", "deposit_amount": 100, "received_date": "2014-06-20T17:23:43" }, { "money_type": "CreditCard", "deposit_amount": 100, "received_date": "2014-06-22T00:00:00" } ] }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。