Download OpenAPI specification:Download
Sepa Export API
Downloads a specified Sepa Export file.
sepaexport.media_view
Sepa Export file
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Given resource does not exist.
{- "fault": {
- "faultstring": "Invalid access token",
- "detail": {
- "errorcode": "oauth.v2.InvalidAccessToken"
}
}
}
Retrieves a list of Sepa Export jobs.
sepaexport.job_view
List of jobs
Request syntactically incorrect. Any details will be provided within the response payload.
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
[- {
- "jobId": "string",
- "status": "string",
- "siteCode": "string",
- "fileId": "string",
- "active": true,
- "ordersExportedCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "completedAt": "2019-08-24T14:15:22Z"
}
]
Creates a new Sepa Export job.
sepaexport.job_manage
New job id
Request syntactically incorrect. Any details will be provided within the response payload.
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Another job is in progress. You can have only one job at the same time.
{- "siteCode": "main"
}
{- "id": "string"
}