-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a124e1
commit 21b22a3
Showing
3 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
resources/public/api/conf/1.0/documentation/data-availability.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |