initiateCollection
POST/collections
Creates a collection initiation request. This covers the flows as described in the SEPA Direct Debit section of our user guide.
Request
Responses
- 201
- 400
- 405
- 415
- 500
- 503
Created - Collection Initiation request was correctly performed (but not yet accepted) nor executed.
Response Headers
Location of the created collection order request resource, for future reference or status polling.
Bad Request - Validation error occurred. This code will cover malformed syntax in request or incorrect data in payload.
Method Not Allowed - This code is only sent when the HTTP method (PUT, POST, DELETE, GET etc.) is not supported on a specific endpoint. It has nothing to do with the content, payment or account information data model.
Unsupported Media Type - A media type which the serves does not support has been supplied.
Internal Server Error - Internal server error occurred.
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.