Create SCT payment
POST/v1/payments/sepa-credit-transfers
See XS2A Framework Implementation Guidelines, Section 5.3.1 and 11.1 for additional details.
Sample Request Body
"instructedAmount": {
"amount": "100.33",
"currency": "EUR"
},
"creditorName": "Company 123",
"creditorAccount": {
"iban": "DE89 3704 0044 0532 0130 00",
"currency": "EUR"
},
"debtorAccount": {
"iban": "NO95360573002",
"currency": "NOK"
}
}
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
CREATED
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error