initiatePayment
POST/payments
Creates a payment initiation request. Payments using the SEPA Credit Transfer scheme can only be created for the current date. A pacs.008 message will be generated from the data provided in this request. For more information on how these fields map to SEPA XML messages, refer to the SEPA Credit Transfer Techincal Information article in our user guide.
Request
Responses
- 201
- 400
- 405
- 415
- 500
- 503
Created - Payment Initiation request was correctly performed (but not yet accepted) nor executed.
Response Headers
Location of the created payment 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 by a specific endpoint. It has nothing to do with the consent, 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.