Create periodic NDCT payment
POST/v1/periodic-payments/norwegian-domestic-credit-transfers
Creates a new periodic payment initiation request for one of the following products: See Bits PSD2 appendix for additional details.
Sample Request Body
"instructedAmount": {
"amount": "100.23",
"currency": "NOK"
},
"creditorName": "Company 123",
"creditorAccount": {
"bban": "95360573002",
"iban": "NO0995360573002",
"currency": "NOK"
},
"creditorAddress": {
"street": "Street",
"buildingNumber": "56",
"postalCode": "7014",
"city": "Trondheim",
"country": "NO"
},
"debtorAccount": {
"bban": "95360573002",
"iban": "NO0995360573002",
"currency": "NOK"
},
"ultimateDebtor": "Company CBA",
"remittanceInformationUnstructured": "Kredittrente",
"startDate": "2018-06-07",
"executionRule": "preceeding",
"endDate": "2020-06-07",
"frequency": "Monthly",
"dayOfExecution": "12"
}
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
CREATED
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error