Skip to content

Commit

Permalink
[YTA-2930] Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jun 23, 2017
1 parent 1a124e1 commit 21b22a3
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 10 deletions.
2 changes: 2 additions & 0 deletions resources/public/api/conf/1.0/application.raml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ baseUri: http://api.service.hmrc.gov.uk
documentation:
- title: Overview
content: !include documentation/overview.md
- title: Data availability
content: !include documentation/data-availability.md
- title: Versioning
content: !include https://developer.service.hmrc.gov.uk/api-documentation/assets/common/docs/versioning.md
- title: Errors
Expand Down
30 changes: 30 additions & 0 deletions resources/public/api/conf/1.0/documentation/data-availability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Submissions will appear on the ePAYE balance at different times, depending on when they were submitted.

<table>
<thead>
<tr>
<th>Date of submission</th>
<th>Balance updates</th>
</tr>
</thead>
<tbody>
<tr>
<td>Full Payment Submission (FPS) on time</td>
<td>From the 10th of the next tax month</td>
</tr>
<tr>
<td>Full Payment Submission (FPS) late</td>
<td>See GOV.UK guide on payroll</td>
</tr>
<tr>
<td>Employer Payment Summary (EPS) received between 20th and 5th</td>
<td>From the 10th of the next tax month</td>
</tr>
<tr>
<td>Employer Payment Summary (EPS) received between 6th and 19th</td>
<td>Within 1 day</td>
</tr>
</tbody>
</table>

Payments made to HMRC can take up to 6 working days to appear on the balance.
12 changes: 2 additions & 10 deletions resources/public/api/conf/1.0/documentation/overview.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
This API allows Employer's Pay As You Earn (ePAYE) organisations to retrieve information about outstanding bills and payments made from HM Revenue and Customs (HMRC).

This version of the API is currently in development and is very likely to change.

The current API allows the ePAYE organisation to:

* retrieve totals of outstanding bills
* retrieve monthly breakdowns of bills
* retrieve breakdowns by charge type
* retrieve employee level data
This API retrieves the (ePAYE balance held by HM Revenue and Customs for Real Time Information (RTI) charges and interest for the current tax year.)

This version of the API is currently in development and is very likely to be enhanced.

0 comments on commit 21b22a3

Please sign in to comment.