Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "instantCategory": "NORWAY" or "SEPA,
  "inOut" : "O", //always "O"
  "settlementMethod": "CLRG", //specs given by schema
  "clearingSystem": "NOR", //specs given by schema
  "localInstrument" : "INST" //specs given by schema
  "settlementDate" : "2019/03/21",
  "creationDateTime": "2023/03/24 15:51:26.621" //if null aplonHUB should put the current date time,
  "currency" : "NOK" or "EUR", //depending on the schema
  "amount" : 10.00,
  "creditorName" : "Creditor customer", 
  "creditorAddress" : null, //optional optional 140 characters
  "creditorAccount" : "NO1299930599981",
  "creditorAgent" : "TOSTNO22",
  "debtorName" : "Betaler",
  "debtorAddress" : null, //optional optional 140 characters
  "debtorAccount" : "NO1599960512348",
  "debtorAgent" : "TESTNO21",
  "messageId": "TESTNO2120230324155126622", //if empty aplonHUB should generate one
  "messageNameId": "pacs.008.001.02", //depending on the schema
  "transactionIdentification": "9996-999400000001", //up to 35 chars, If empty aplonHUB should generate one
  "instructionIdentification": null, //up to 35 characters
  "endToEndIdentification": "999400000001", //optional, 12digits char for NICS, if null aplonHUB will put NOTPROVIDED
  "chargesBearer" : "SLEV", //always SLEV
  "remittanceInformationUnstructured" : [ "Some info" ] //Optional, array of strings up to 140 chars each
}

...