The GET /accounts
endpoint retrieves information for all bank accounts.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "accounts": [
- {
- "accountDetails": {
- "accountHolderName": "John Arthur Smith",
- "bic": "BOFIIE2D",
- "identifier": "iban",
- "accountIdentifiers": [
- {
- "bankgiro": {
- "bankgiroNumber": "56781234"
}
}
], - "metadata": [
- {
- "property1": "string",
- "property2": "string"
}
], - "ProviderAccountDetails": {
- "cma9AccountDetails": {
- "accountType": "PERSONAL_ACCOUNT",
- "accountSubtype": "CURRENT_ACCOUNT",
- "address": [
- {
- "address": {
- "city": "Berlin",
- "conscriptionNumber": "2831",
- "country": "DE",
- "district": "Friedrichshain",
- "flats": "21A - 21C",
- "full": "Fifth house on the left after the village oak, Smalltown, Smallcountry",
- "hamlet": "Botzowviertel",
- "houseName": "Grossen Blauen Haus",
- "houseNumber": "123",
- "place": "Arnswalder Platz",
- "postCode": "10243",
- "province": "BC",
- "state": "CA",
- "street": "Hans-Otto-Strasse",
- "subdistrict": "Friedrichshain Nord",
- "suburb": "Altona Meadows Suburb"
}, - "addressType": "BUSINESS"
}
], - "description": "Personal",
- "emailAddress": "john.smith@email.com",
- "mobile": "07999 123456",
- "name": "John Smith",
- "partyId": "68973542",
- "partyNumber": "24354657",
- "partyType": "JOINT",
- "phone": "020 123 4567"
}
}, - "status": "Active",
- "type": [
- "SAVINGS"
], - "currency": "EUR"
}, - "accountFeatures": {
- "supportsInformation": false,
- "supportsReceivePayment": false,
- "supportsSendPayment": false
}, - "bankId": "ob-modelo",
- "id": "a:8DbPteGnytmMbKXdnWTReeRB6cYWKXZ84JgLTBC7fKL4:5zKcENpV",
- "isLocked": false,
- "name": "John A Smith"
}
]
}
The GET /accounts/{accountId}
endpoint retrieves the information for a specific bank account.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "account": {
- "accountDetails": {
- "accountHolderName": "John Arthur Smith",
- "bic": "BOFIIE2D",
- "identifier": "iban",
- "accountIdentifiers": [
- {
- "bankgiro": {
- "bankgiroNumber": "56781234"
}
}
], - "metadata": [
- {
- "property1": "string",
- "property2": "string"
}
], - "ProviderAccountDetails": {
- "cma9AccountDetails": {
- "accountType": "PERSONAL_ACCOUNT",
- "accountSubtype": "CURRENT_ACCOUNT",
- "address": [
- {
- "address": {
- "city": "Berlin",
- "conscriptionNumber": "2831",
- "country": "DE",
- "district": "Friedrichshain",
- "flats": "21A - 21C",
- "full": "Fifth house on the left after the village oak, Smalltown, Smallcountry",
- "hamlet": "Botzowviertel",
- "houseName": "Grossen Blauen Haus",
- "houseNumber": "123",
- "place": "Arnswalder Platz",
- "postCode": "10243",
- "province": "BC",
- "state": "CA",
- "street": "Hans-Otto-Strasse",
- "subdistrict": "Friedrichshain Nord",
- "suburb": "Altona Meadows Suburb"
}, - "addressType": "BUSINESS"
}
], - "description": "Personal",
- "emailAddress": "john.smith@email.com",
- "mobile": "07999 123456",
- "name": "John Smith",
- "partyId": "68973542",
- "partyNumber": "24354657",
- "partyType": "JOINT",
- "phone": "020 123 4567"
}
}, - "status": "Active",
- "type": [
- "SAVINGS"
], - "currency": "EUR"
}, - "accountFeatures": {
- "supportsInformation": false,
- "supportsReceivePayment": false,
- "supportsSendPayment": false
}, - "bankId": "ob-modelo",
- "id": "a:8DbPteGnytmMbKXdnWTReeRB6cYWKXZ84JgLTBC7fKL4:5zKcENpV",
- "isLocked": false,
- "name": "John A Smith"
}
}
The GET /account-balance
endpoint retrieves the balances for multiple bank accounts.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "response": [
- {
- "balance": {
- "accountId": "a:8DbPteGnytmMbKXdnWTReeRB6cYWKXZ84JgLTBC7fKL4:5zKcENpV4",
- "available": {
- "currency": "EUR",
- "value": "10.23"
}, - "current": {
- "currency": "EUR",
- "value": "10.23"
}, - "otherBalances": [
- {
- "amount": {
- "currency": "EUR",
- "value": "10.23"
}, - "type": "Trial",
- "updatedAtMs": "581458935"
}
]
}, - "status": "SUCCESSFUL_REQUEST"
}
]
}
The GET /accounts/{accountId}/balance
endpoint retrieves the balance for a given bank account.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "balance": {
- "accountId": "a:8DbPteGnytmMbKXdnWTReeRB6cYWKXZ84JgLTBC7fKL4:5zKcENpV4",
- "available": {
- "currency": "EUR",
- "value": "10.23"
}, - "current": {
- "currency": "EUR",
- "value": "10.23"
}, - "otherBalances": [
- {
- "amount": {
- "currency": "EUR",
- "value": "10.23"
}, - "type": "Trial",
- "updatedAtMs": "581458935"
}
]
}, - "status": "SUCCESSFUL_REQUEST"
}
The GET /accounts/{accountId}/standing-orders
endpoint retrieves information for all standing orders in a given account, once consent has been given.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "offset": "LerV6Jmex",
- "standingOrders": [
- {
- "createdAtMs": "324754373",
- "creditorEndpoint": {
- "account": {
- "custom": {
- "bankId": "ob-modelo",
- "payload": "sdfjds12-f85-46b0-8058-343dek543grt"
}
}, - "accountFeatures": {
- "supportsInformation": false,
- "supportsReceivePayment": false,
- "supportsSendPayment": false
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}, - "accountIdentifier": {
- "bankgiro": {
- "bankgiroNumber": "56781234"
}
}, - "bankId": "ob-modelo",
- "bic": "BOFIIE2D",
- "customerData": {
- "address": {
- "city": "Berlin",
- "conscriptionNumber": "2831",
- "country": "DE",
- "district": "Friedrichshain",
- "flats": "21A - 21C",
- "full": "Fifth house on the left after the village oak, Smalltown, Smallcountry",
- "hamlet": "Botzowviertel",
- "houseName": "Grossen Blauen Haus",
- "houseNumber": "123",
- "place": "Arnswalder Platz",
- "postCode": "10243",
- "province": "BC",
- "state": "CA",
- "street": "Hans-Otto-Strasse",
- "subdistrict": "Friedrichshain Nord",
- "suburb": "Altona Meadows Suburb"
}, - "legalNames": "Mr John Arthur Smith"
}
}, - "frequency": "WEEK",
- "id": "tt:83KiRJuXmEDV5m2b8ZvLGE91ELf7PPw5BaDab98kMguu:3VMczyq7r7b6HwC",
- "providerStandingOrderDetails": {
- "cma9StandingOrderDetails": {
- "creditorAccount": {
- "identification": "string",
- "name": "string",
- "schemeName": "string"
}, - "finalPaymentAmount": {
- "currency": "EUR",
- "value": "10.23"
}, - "finalPaymentDateTime": "string",
- "firstPaymentAmount": {
- "currency": "EUR",
- "value": "10.23"
}, - "firstPaymentDateTime": "string",
- "frequency": "WEEK",
- "nextPaymentAmount": {
- "currency": "EUR",
- "value": "10.23"
}, - "nextPaymentDateTime": "string",
- "numberOfPayments": 0,
- "reference": "string"
}
}, - "status": "PROCESSING",
- "tokenId": "tt:8zK1dic95omjWb72gvc3z3ELKbTNfnGd89MbDnM73er4:ZhBVAJSH8DeU1",
- "tokenSubmissionId": "12345678"
}
], - "status": "SUCCESSFUL_REQUEST"
}
The GET /accounts/{accountId}/standing-orders/{standingOrderId}
endpoint retrieves information for a specific standing order in a given account, once consent has been given.
Successful response
The client specified an invalid argument
{- "standingOrder": {
- "createdAtMs": "324754373",
- "creditorEndpoint": {
- "account": {
- "custom": {
- "bankId": "ob-modelo",
- "payload": "sdfjds12-f85-46b0-8058-343dek543grt"
}
}, - "accountFeatures": {
- "supportsInformation": false,
- "supportsReceivePayment": false,
- "supportsSendPayment": false
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}, - "accountIdentifier": {
- "bankgiro": {
- "bankgiroNumber": "56781234"
}
}, - "bankId": "ob-modelo",
- "bic": "BOFIIE2D",
- "customerData": {
- "address": {
- "city": "Berlin",
- "conscriptionNumber": "2831",
- "country": "DE",
- "district": "Friedrichshain",
- "flats": "21A - 21C",
- "full": "Fifth house on the left after the village oak, Smalltown, Smallcountry",
- "hamlet": "Botzowviertel",
- "houseName": "Grossen Blauen Haus",
- "houseNumber": "123",
- "place": "Arnswalder Platz",
- "postCode": "10243",
- "province": "BC",
- "state": "CA",
- "street": "Hans-Otto-Strasse",
- "subdistrict": "Friedrichshain Nord",
- "suburb": "Altona Meadows Suburb"
}, - "legalNames": "Mr John Arthur Smith"
}
}, - "frequency": "WEEK",
- "id": "tt:83KiRJuXmEDV5m2b8ZvLGE91ELf7PPw5BaDab98kMguu:3VMczyq7r7b6HwC",
- "providerStandingOrderDetails": {
- "cma9StandingOrderDetails": {
- "creditorAccount": {
- "identification": "string",
- "name": "string",
- "schemeName": "string"
}, - "finalPaymentAmount": {
- "currency": "EUR",
- "value": "10.23"
}, - "finalPaymentDateTime": "string",
- "firstPaymentAmount": {
- "currency": "EUR",
- "value": "10.23"
}, - "firstPaymentDateTime": "string",
- "frequency": "WEEK",
- "nextPaymentAmount": {
- "currency": "EUR",
- "value": "10.23"
}, - "nextPaymentDateTime": "string",
- "numberOfPayments": 0,
- "reference": "string"
}
}, - "status": "PROCESSING",
- "tokenId": "tt:8zK1dic95omjWb72gvc3z3ELKbTNfnGd89MbDnM73er4:ZhBVAJSH8DeU1",
- "tokenSubmissionId": "12345678"
}, - "status": "SUCCESSFUL_REQUEST"
}
The GET /accounts/{accountId}/transactions
endpoint retrieves information for all transactions in a given account.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "offset": "LerV6Jmex",
- "status": "SUCCESSFUL_REQUEST",
- "transactions": [
- {
- "amount": {
- "currency": "EUR",
- "value": "10.23"
}, - "bankTransactionCode": {
- "domain": {
- "code": "PMNT",
- "familyCode": "RCDT",
- "subFamilyCode": "ESCT"
}, - "proprietary": {
- "code": "XXXX",
- "issuer": "XXXX"
}
}, - "bankTransactionId": "83KiRJuXmEDV5m2b8ZvLGE91ELf7PPw5BaDab98kMguu:3VMczyq7r7b6HwC",
- "createdAtMs": "324754373",
- "creditorEndpoint": {
- "accountIdentifier": {
- "bankgiro": {
- "bankgiroNumber": "56781234"
}
}, - "bankId": "ob-modelo",
- "bic": "BOFIIE2D",
- "customerData": {
- "address": {
- "city": "Berlin",
- "conscriptionNumber": "2831",
- "country": "DE",
- "district": "Friedrichshain",
- "flats": "21A - 21C",
- "full": "Fifth house on the left after the village oak, Smalltown, Smallcountry",
- "hamlet": "Botzowviertel",
- "houseName": "Grossen Blauen Haus",
- "houseNumber": "123",
- "place": "Arnswalder Platz",
- "postCode": "10243",
- "province": "BC",
- "state": "CA",
- "street": "Hans-Otto-Strasse",
- "subdistrict": "Friedrichshain Nord",
- "suburb": "Altona Meadows Suburb"
}, - "legalNames": "Mr John Arthur Smith"
}
}, - "description": "Payment",
- "id": "tt:83KiRJuXmEDV5m2b8ZvLGE91ELf7PPw5BaDab98kMguu:3VMczyq7r7b6HwC",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "providerTransactionDetails": {
- "budapestApiTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "creditorName": "ACME Company",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "debtorName": "John Smith",
- "transactionCategory": "Credit"
}, - "cma9ApiTransactionDetails": {
- "creditorAccount": {
- "accountIdentification": "string",
- "creditorName": "string",
- "schemeName": "Purchase instalment plan",
- "secondaryIdentification": "string"
}, - "creditorAgent": {
- "creditorAgentAddress": {
- "addressLine": [
- "Flat 2, The Red Lodge, 1 High Street"
], - "addressType": "BUSINESS",
- "buildingNumber": "1",
- "country": "GB",
- "countrySubDivision": [
- "North Yorkshire"
], - "department": "1",
- "postCode": "YO62 5JB",
- "streetName": "High Street",
- "subDepartment": "Flat 2",
- "townName": "York"
}, - "creditorAgentName": "Creditor bank",
- "identification": "98765432",
- "schemeName": "Purchase instalment plan"
}, - "debtorAccount": {
- "accountIdentification": "string",
- "cardInstrument": {
- "accountIdentification": "a:J72REftaRoiaDYRDU7M9FDgf8jeh3eqek9DvKeyBWbuA:3VMczyq7r7b6HwC",
- "authorizationType": "string",
- "cardSchemeName": "string",
- "name": "string"
}, - "debtorName": "string",
- "schemeName": "Purchase instalment plan",
- "secondaryIdentification": "string"
}, - "debtorAgent": {
- "debtorAgentAddress": {
- "addressLine": [
- "Flat 2, The Red Lodge, 1 High Street"
], - "addressType": "BUSINESS",
- "buildingNumber": "1",
- "country": "GB",
- "countrySubDivision": [
- "North Yorkshire"
], - "department": "1",
- "postCode": "YO62 5JB",
- "streetName": "High Street",
- "subDepartment": "Flat 2",
- "townName": "York"
}, - "debtorAgentName": "Debtor bank.",
- "identification": "string",
- "schemeName": "Purchase instalment plan"
}, - "merchantDetails": {
- "merchantCategoryCode": "5699-V",
- "merchantName": "Merchants R US"
}
}, - "czechApiTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "creditorName": "string",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "debtorName": "string"
}, - "nextGenPsd2TransactionDetails": {
- "additionalInformation": "Additional bank information",
- "domain": {
- "code": "PMNT",
- "familyCode": "RCDT",
- "subFamilyCode": "ESCT"
}, - "checkId": "4vn6aDyMiwBYbP",
- "creditorAccount": {
- "bban": "NWBK60161331926819",
- "currency": "EUR",
- "iban": "GB29NWBK60161331926819",
- "maskedPan": "string",
- "msisdn": "447949123456",
- "pan": "4658552288550023"
}, - "creditorId": "4vn6aDyMiwBYbP",
- "creditorName": "ACME Company",
- "currencyExchange": [
- {
- "contractIdentification": "string",
- "exchangeRate": "string",
- "quotationDate": "2022-04-05T17:00:00.000Z",
- "sourceCurrency": "EUR",
- "targetCurrency": "EUR",
- "unitCurrency": "1.4 to 1."
}
], - "debtorAccount": {
- "bban": "NWBK60161331926819",
- "currency": "EUR",
- "iban": "GB29NWBK60161331926819",
- "maskedPan": "string",
- "msisdn": "447949123456",
- "pan": "4658552288550023"
}, - "debtorName": "John Smith",
- "endToEndId": "6aDyMiwB",
- "entryReference": "72REftaRoiaDYRDU",
- "mandateId": "DE452399865089",
- "purposeCode": "DVPM",
- "remittanceInformationStructured": "REf:taRoiaDY34DU",
- "ultimateCreditor": "ACME GmbH",
- "ultimateDebtor": "John Smith",
- "valueDate": "2022-03-27T17:00:00.000Z"
}, - "polishApiTransactionDetails": {
- "accountBaseCurrency": "EUR",
- "auxData": {
- "property1": "string",
- "property2": "string"
}, - "baseCurrency": "EUR",
- "cardInfo": {
- "cardHolder": "Piotr Brama",
- "cardNumber": "5687243201834817"
}, - "currencyDate": "string",
- "holdExpirationDate": "2022-11-12T17:00:00.000Z",
- "initiator": {
- "value": [
- "ACME Business Ltd, 299 Zywiecka, Gdansk"
]
}, - "mcc": "5699-V",
- "postTransactionBalance": "string",
- "recipient": {
- "accountMassPayment": "string",
- "accountNumber": 87654321,
- "bank": {
- "address": "45, Torunska, Gdansk",
- "bicOrSwift": "HBUKGB7F261",
- "code": "BKAFEWFK564",
- "countryCode": "PL",
- "name": "Polska Bank"
}, - "nameAddress": {
- "value": [
- "ACME Business Ltd, 299 Zywiecka, Gdansk"
]
}
}, - "rejectionDate": "2022-10-23T17:00:00.000Z",
- "rejectionReason": "string",
- "sender": {
- "accountMassPayment": "string",
- "accountNumber": 87654321,
- "bank": {
- "address": "45, Torunska, Gdansk",
- "bicOrSwift": "HBUKGB7F261",
- "code": "BKAFEWFK564",
- "countryCode": "PL",
- "name": "Polska Bank"
}, - "nameAddress": {
- "value": [
- "ACME Business Ltd, 299 Zywiecka, Gdansk"
]
}
}, - "taxInfo": {
- "formCode": "49DtA9CoF9qYzh77FA9nVrCn2jia:5zKtXEAq",
- "obligationId": "DECISION",
- "payerInfo": {
- "payerId": "444433332211",
- "payerIdType": "R"
}, - "periodId": "11",
- "periodType": "Month",
- "year": 2022
}, - "tppName": "Mario's Pizzas",
- "tppTransactionId": "esaWvvr4l32iaDRqvrekkfwe212vsfvkcddEaVFaVR:4DVLaMVWER4VC6b",
- "tradeDate": "2022-11-30T17:00:00.000Z",
- "transactionRate": [
- {
- "fromCurrency": "EUR",
- "rate": 0,
- "toCurrency": "EUR"
}
], - "transactionType": "CREDIT",
- "usedPaymentInstrumentId": "string",
- "zusInfo": {
- "contributionId": "string",
- "contributionPeriod": "string",
- "contributionType": "string",
- "obligationId": "string",
- "payerInfo": {
- "additionalPayerId": "string",
- "additionalPayerIdType": "string",
- "nip": "444433332211"
}, - "paymentTypeId": "string"
}
}, - "slovakApiTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "creditorName": "string",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "debtorName": "string"
}, - "stetTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "creditorName": "string",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "debtorName": "string",
- "entryReference": "string",
- "transactionDate": "string",
- "valueDate": "2023-08-11"
}
}, - "status": "PROCESSING",
- "tokenId": "tt:8zK1dic95omjWb72gvc3z3ELKbTNfnGd89MbDnM73er4:ZhBVAJSH8DeU1",
- "tokenTransferId": "t:2UhwCZ3BMaEcAUK8bZdukor7NL4tH6TBuu6aJMp5KKfX:5zKcENpV",
- "type": "INVALID_TYPE"
}
]
}
The GET /accounts/{accountId}/transaction/{transactionId}
endpoint retrieves information for a specific transaction in a given account.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "status": "SUCCESSFUL_REQUEST",
- "transaction": {
- "amount": {
- "currency": "EUR",
- "value": "10.23"
}, - "bankTransactionCode": {
- "domain": {
- "code": "PMNT",
- "familyCode": "RCDT",
- "subFamilyCode": "ESCT"
}, - "proprietary": {
- "code": "XXXX",
- "issuer": "XXXX"
}
}, - "bankTransactionId": "83KiRJuXmEDV5m2b8ZvLGE91ELf7PPw5BaDab98kMguu:3VMczyq7r7b6HwC",
- "createdAtMs": "324754373",
- "creditorEndpoint": {
- "accountIdentifier": {
- "bankgiro": {
- "bankgiroNumber": "56781234"
}
}, - "bankId": "ob-modelo",
- "bic": "BOFIIE2D",
- "customerData": {
- "address": {
- "city": "Berlin",
- "conscriptionNumber": "2831",
- "country": "DE",
- "district": "Friedrichshain",
- "flats": "21A - 21C",
- "full": "Fifth house on the left after the village oak, Smalltown, Smallcountry",
- "hamlet": "Botzowviertel",
- "houseName": "Grossen Blauen Haus",
- "houseNumber": "123",
- "place": "Arnswalder Platz",
- "postCode": "10243",
- "province": "BC",
- "state": "CA",
- "street": "Hans-Otto-Strasse",
- "subdistrict": "Friedrichshain Nord",
- "suburb": "Altona Meadows Suburb"
}, - "legalNames": "Mr John Arthur Smith"
}
}, - "description": "Payment",
- "id": "tt:83KiRJuXmEDV5m2b8ZvLGE91ELf7PPw5BaDab98kMguu:3VMczyq7r7b6HwC",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "providerTransactionDetails": {
- "budapestApiTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "creditorName": "ACME Company",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "debtorName": "John Smith",
- "transactionCategory": "Credit"
}, - "cma9ApiTransactionDetails": {
- "creditorAccount": {
- "accountIdentification": "string",
- "creditorName": "string",
- "schemeName": "Purchase instalment plan",
- "secondaryIdentification": "string"
}, - "creditorAgent": {
- "creditorAgentAddress": {
- "addressLine": [
- "Flat 2, The Red Lodge, 1 High Street"
], - "addressType": "BUSINESS",
- "buildingNumber": "1",
- "country": "GB",
- "countrySubDivision": [
- "North Yorkshire"
], - "department": "1",
- "postCode": "YO62 5JB",
- "streetName": "High Street",
- "subDepartment": "Flat 2",
- "townName": "York"
}, - "creditorAgentName": "Creditor bank",
- "identification": "98765432",
- "schemeName": "Purchase instalment plan"
}, - "debtorAccount": {
- "accountIdentification": "string",
- "cardInstrument": {
- "accountIdentification": "a:J72REftaRoiaDYRDU7M9FDgf8jeh3eqek9DvKeyBWbuA:3VMczyq7r7b6HwC",
- "authorizationType": "string",
- "cardSchemeName": "string",
- "name": "string"
}, - "debtorName": "string",
- "schemeName": "Purchase instalment plan",
- "secondaryIdentification": "string"
}, - "debtorAgent": {
- "debtorAgentAddress": {
- "addressLine": [
- "Flat 2, The Red Lodge, 1 High Street"
], - "addressType": "BUSINESS",
- "buildingNumber": "1",
- "country": "GB",
- "countrySubDivision": [
- "North Yorkshire"
], - "department": "1",
- "postCode": "YO62 5JB",
- "streetName": "High Street",
- "subDepartment": "Flat 2",
- "townName": "York"
}, - "debtorAgentName": "Debtor bank.",
- "identification": "string",
- "schemeName": "Purchase instalment plan"
}, - "merchantDetails": {
- "merchantCategoryCode": "5699-V",
- "merchantName": "Merchants R US"
}
}, - "czechApiTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "creditorName": "string",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "debtorName": "string"
}, - "nextGenPsd2TransactionDetails": {
- "additionalInformation": "Additional bank information",
- "domain": {
- "code": "PMNT",
- "familyCode": "RCDT",
- "subFamilyCode": "ESCT"
}, - "checkId": "4vn6aDyMiwBYbP",
- "creditorAccount": {
- "bban": "NWBK60161331926819",
- "currency": "EUR",
- "iban": "GB29NWBK60161331926819",
- "maskedPan": "string",
- "msisdn": "447949123456",
- "pan": "4658552288550023"
}, - "creditorId": "4vn6aDyMiwBYbP",
- "creditorName": "ACME Company",
- "currencyExchange": [
- {
- "contractIdentification": "string",
- "exchangeRate": "string",
- "quotationDate": "2022-04-05T17:00:00.000Z",
- "sourceCurrency": "EUR",
- "targetCurrency": "EUR",
- "unitCurrency": "1.4 to 1."
}
], - "debtorAccount": {
- "bban": "NWBK60161331926819",
- "currency": "EUR",
- "iban": "GB29NWBK60161331926819",
- "maskedPan": "string",
- "msisdn": "447949123456",
- "pan": "4658552288550023"
}, - "debtorName": "John Smith",
- "endToEndId": "6aDyMiwB",
- "entryReference": "72REftaRoiaDYRDU",
- "mandateId": "DE452399865089",
- "purposeCode": "DVPM",
- "remittanceInformationStructured": "REf:taRoiaDY34DU",
- "ultimateCreditor": "ACME GmbH",
- "ultimateDebtor": "John Smith",
- "valueDate": "2022-03-27T17:00:00.000Z"
}, - "polishApiTransactionDetails": {
- "accountBaseCurrency": "EUR",
- "auxData": {
- "property1": "string",
- "property2": "string"
}, - "baseCurrency": "EUR",
- "cardInfo": {
- "cardHolder": "Piotr Brama",
- "cardNumber": "5687243201834817"
}, - "currencyDate": "string",
- "holdExpirationDate": "2022-11-12T17:00:00.000Z",
- "initiator": {
- "value": [
- "ACME Business Ltd, 299 Zywiecka, Gdansk"
]
}, - "mcc": "5699-V",
- "postTransactionBalance": "string",
- "recipient": {
- "accountMassPayment": "string",
- "accountNumber": 87654321,
- "bank": {
- "address": "45, Torunska, Gdansk",
- "bicOrSwift": "HBUKGB7F261",
- "code": "BKAFEWFK564",
- "countryCode": "PL",
- "name": "Polska Bank"
}, - "nameAddress": {
- "value": [
- "ACME Business Ltd, 299 Zywiecka, Gdansk"
]
}
}, - "rejectionDate": "2022-10-23T17:00:00.000Z",
- "rejectionReason": "string",
- "sender": {
- "accountMassPayment": "string",
- "accountNumber": 87654321,
- "bank": {
- "address": "45, Torunska, Gdansk",
- "bicOrSwift": "HBUKGB7F261",
- "code": "BKAFEWFK564",
- "countryCode": "PL",
- "name": "Polska Bank"
}, - "nameAddress": {
- "value": [
- "ACME Business Ltd, 299 Zywiecka, Gdansk"
]
}
}, - "taxInfo": {
- "formCode": "49DtA9CoF9qYzh77FA9nVrCn2jia:5zKtXEAq",
- "obligationId": "DECISION",
- "payerInfo": {
- "payerId": "444433332211",
- "payerIdType": "R"
}, - "periodId": "11",
- "periodType": "Month",
- "year": 2022
}, - "tppName": "Mario's Pizzas",
- "tppTransactionId": "esaWvvr4l32iaDRqvrekkfwe212vsfvkcddEaVFaVR:4DVLaMVWER4VC6b",
- "tradeDate": "2022-11-30T17:00:00.000Z",
- "transactionRate": [
- {
- "fromCurrency": "EUR",
- "rate": 0,
- "toCurrency": "EUR"
}
], - "transactionType": "CREDIT",
- "usedPaymentInstrumentId": "string",
- "zusInfo": {
- "contributionId": "string",
- "contributionPeriod": "string",
- "contributionType": "string",
- "obligationId": "string",
- "payerInfo": {
- "additionalPayerId": "string",
- "additionalPayerIdType": "string",
- "nip": "444433332211"
}, - "paymentTypeId": "string"
}
}, - "slovakApiTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "creditorName": "string",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819",
- "bban": "NWBK60161331926819"
}, - "debtorName": "string"
}, - "stetTransactionDetails": {
- "creditorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "creditorName": "string",
- "debtorAccount": {
- "iban": "GB29NWBK60161331926819"
}, - "debtorName": "string",
- "entryReference": "string",
- "transactionDate": "string",
- "valueDate": "2023-08-11"
}
}, - "status": "PROCESSING",
- "tokenId": "tt:8zK1dic95omjWb72gvc3z3ELKbTNfnGd89MbDnM73er4:ZhBVAJSH8DeU1",
- "tokenTransferId": "t:2UhwCZ3BMaEcAUK8bZdukor7NL4tH6TBuu6aJMp5KKfX:5zKcENpV",
- "type": "INVALID_TYPE"
}
}