Skip to main content

Create CBCT payment

POST 

/v1/payments/cross-border-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": "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"
}
}

Request

Responses

CREATED