Skip to main content
GET
Get submission report
packages counts the messages sent to the regulatory authority: total generated, accepted, and still awaiting a response. A payee with more payments than the country’s per-file limit is split into several packages automatically.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

submissionId
string
required

Response

200 - application/json

OK

Detailed reporting status: overall status, reported/pending counts of payees and payments, the number of packages sent to the regulatory authority, and per-payee state.

submissionId
string
required
year
integer<int32>
required
quarter
integer<int32>
required
countryCode
string
required
status
enum<string>
required

High-level lifecycle status of a submission

Available options:
DRAFT,
PROCESSING,
ACTION_REQUIRED,
REPORTED,
FAILED
payees
object
required

Totals split into already-reported and still-pending

payments
object
required

Totals split into already-reported and still-pending

packages
object
required

Packages (messages) sent to the regulatory authority: total generated, accepted, and still awaiting a response

payeeStatuses
object[]
required
Last modified on July 22, 2026