Create NCBCT payment
POST/v1/payments/norwegian-cross-border-credit-transfers
See XS2A Framework Implementation Guidelines, Section 5.3.1 and Bits PSD2 appendix for additional details. This payment product must be used for cross-border payments that require regulatory reporting as mandated by Norwegian laws and regulations. Please refer to current versions of Valutaregisterloven and Valutaregisterforskriften for details.
Sample Request Body
"instructedAmount": {
"amount": "100.33",
"currency": "SEK"
},
"creditorName": "Company 123",
"creditorAgent": "AAA100",
"creditorAccount": {
"bban": "95360573002",
"currency": "SEK"
},
"creditorAddress": {
"street": "Street",
"buildingNumber": "56",
"postalCode": "7014",
"city": "Trondheim",
"country": "NO"
},
"debtorAccount": {
"bban": "95360573002",
"currency": "NOK"
},
"regulatoryReportingCode": "26",
"regulatoryReportingInformation": "Rent for skiapartment"
}
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
CREATED
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error