Skip to main content

PSS Response Examples

This section presents JSON examples of response from the PSS Module on bLink.

Batch booking

{
"messageId": "eb6305c91f7f49deaed016487c27b42d",
"initiatingPartyId": "TPP01746",
"requestedExecutionDate": "2018-04-07",
"debtorAccount": {
"type": "IBAN",
"identification": "CH9300762011623852957"
},
"bookingInstruction": "BATCHBOOKING_CWD",
"transactions": [
{
"instructionId": "DNCS-20180407-IXN0-TXN0",
"endToEndId": "ENDTOENDID-001",
"instructedAmount": {
"currency": "CHF",
"amount": "8479.25"
},
"ibanDetails": {
"creditorAccount": {
"type": "IBAN",
"identification": "CH9300862011623852339"
},
"creditor": {
"name": "Peter Haller",
"postalAddress": {
"structured" : {
"streetName" : "Hardturmstrasse",
"buildingNumber" : "201",
"postCode" : "8021",
"townName" : "Zuerich",
"country" : "CH"
}
}
},
"remittanceInformation": "Rechnung Nr. 408"
}
},
{
"instructionId": "DNCS-20180407-IXN0-TXN1",
"endToEndId": "ENDTOENDID-002",
"instructedAmount": {
"currency": "CHF",
"amount": "6400.25"
},
"ibanDetails": {
"sepaIndicator" : true,
"creditorAccount" : {
"type" : "IBAN",
"identification" : "CH9300762011623852957"
},
"creditorAgent" : {
"bic" : "BDEMMXMM",
"clearingSystemMemberIdentification" : {
"code" : "CHBCC",
"memberId" : "00230"
}
},
"creditor" : {
"name" : "Hans Muster",
"postalAddress" : {
"structured" : {
"streetName" : "Rue de la gare",
"buildingNumber" : "24",
"postCode" : "2501",
"townName" : "Biel",
"country" : "CH"
},
"unstructured" : {
"addressLines" : [
"Robert Schneider SA",
"Rue de la gare 24"
],
"country" : "CH"
}
}
}
}
},
{
"instructionId": "DNCS-20180407-IXN0-TXN2",
"endToEndId": "ENDTOENDID-001",
"instructedAmount": {
"currency": "CHF",
"amount": "10.1"
},
"ibanDetails": {
"creditorAccount": {
"type": "IBAN",
"identification": "CH85002582584X1234560"
},
"creditorAgent": {
"clearingSystemMemberIdentification": {
"code": "CHBCC",
"memberId": "00258"
}
},
"creditor": {
"name": "Max Muster",
"postalAddress": {
"unstructured" : {
"addressLines" : [
"Zentralstrasse 55",
"5610 Wohlen AG"
],
"country" : "CH"
}
}
},
"remittanceInformation": "Rechnungsnummer 18C527-005"
}
}
]
}


Single booking

{
"messageId": "eb6305c91f7f49deaed016487c27b42d",
"initiatingPartyId": "TPP01746",
"requestedExecutionDate": "2018-04-07",
"debtorAccount": {
"type": "IBAN",
"identification": "CH9300762011623852957"
},
"bookingInstruction": "SINGLEBOOKING_SIA",
"transactions": [
{
"instructionId": "DNCS-20180407-IXN0-TXN1",
"endToEndId": "ENDTOENDID-001",
"instructedAmount": {
"currency": "USD",
"amount": "10"
},
"ibanDetails": {
"creditorAccount": {
"type": "IBAN",
"identification": "PL79105015751000002345678901"
},
"creditor": {
"name": "Peter Katowski",
"postalAddress": {
"unstructured" : {
"addressLines" : [
"Popowicka 3 ",
"50-382, Wroclaw"
],
"country" : "PL"
}
}
},
"creditorAgent": {
"bic": "INGBPLPW"
},
"remittanceInformation": "Invoice AB-123-C"
}
}
]
}