Create INDCTS (Straks) payment
POST/v1/payments/instant-norwegian-domestic-credit-transfers-straks
See XS2A Framework Implementation Guidelines, Section 5.3.1 and Bits PSD2 appendix for additional details. Note: OCR/KID should be provided in remittanceInformationStructured or a payment message can be provided in remittanceInformationUnstructured. It is only possible to set remittanceInformationStructured or remittanceInformationUnstructured not both.
Sample Request Body
"instructedAmount": {
"amount": "100.33",
"currency": "NOK"
},
"creditorName": "Company 123",
"creditorAccount": {
"bban": "95360573002",
"currency": "NOK"
},
"creditorAddress": {
"country": "NO"
},
"debtorAccount": {
"bban": "95360573002",
"currency": "NOK"
}
}
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
CREATED
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error