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 is meant to be used for cross border transfers of NOK100.000 or more.
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