Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MinerGate committed Feb 3, 2016
1 parent 25d2f90 commit bef0a9e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ _Example response_:
"amount": 1.9,
"fee": 0.1,
"paymentId": "paymentId",
"transactionIdHash": "5bb3f705-82e2-4b61-8651-7567571c72f3",
"transactionId": "5bb3f705-82e2-4b61-8651-7567571c72f3",
"status": "finished",
"created": 1451151685.785
},
Expand All @@ -277,7 +277,7 @@ _Example response_:
"amount": 1.9,
"fee": 0.1,
"paymentId": "paymentId",
"transactionIdHash": "5bb3f705-82e2-4b61-8651-7567571c72f3",
"transactionId": "5bb3f705-82e2-4b61-8651-7567571c72f3",
"status": "finished",
"created": 1451151685.785
}
Expand Down Expand Up @@ -479,13 +479,12 @@ _Example response_:
"address": "address",
"comment": "Some text from invoice creator",
"expiredDate": 1454273838471,
"token": "44872a9e0dbb66fa5b5782cfef36f5b4bcdfba43",
"invoiceId": "44872a9e0dbb66fa5b5782cfef36f5b4bcdfba43",
"created": 1454101038531,
"status": 7,
"email": "test@gmail.com",
"payoutId": "bf0590ba-ec8c-45bb-a652-dd088f1963e0",
"finished": 1454101196469
},
}, ...
]
```

Expand All @@ -495,7 +494,7 @@ _Summary_: Returns the specified invoice. Requires authorization.

_Method_: GET

_Path_: /1.0/invoice/:token
_Path_: /1.0/invoice/:id

_Example request_: /1.0/invoice/44872a9e0dbb66fa5b5782cfef36f5b4bcdfba43

Expand All @@ -508,13 +507,12 @@ _Example response_:
"address": "address",
"comment": "Some text from invoice creator",
"expiredDate": 1454273838471,
"token": "44872a9e0dbb66fa5b5782cfef36f5b4bcdfba43",
"invoiceId": "44872a9e0dbb66fa5b5782cfef36f5b4bcdfba43",
"created": 1454101038531,
"status": 7,
"email": "test@gmail.com",
"payoutId": "bf0590ba-ec8c-45bb-a652-dd088f1963e0",
"finished": 1454101196469
},
}

```

Expand Down

0 comments on commit bef0a9e

Please sign in to comment.