API Explorer
-
AIS
- Get detailed information about user payment account
- Get detailed information about user's single transaction
- Get information about all user's payment account
- Get list of user cancelled transactions
- Get list of user done transactions
- Get list of user scheduled transactions
- Get list of user's holded operations
- Get list of user's pending transactions
- Get list of user's rejected transactions
- Removes consent
- AS
- CAF
-
PIS
- Cancelation of future dated payment
- Cancelation of recurring payment
- Defines new recurring payment
- Get the status of bundle of payments
- Get the status of multiple payments
- Get the status of payment
- Get the status of recurring payment
- Initiate SEPA foreign transfers
- Initiate domestic transfer
- Initiate many transfers as bundle
- Initiate non SEPA foreign transfers
- Initiate tax transfer
-
AIS
-
Get detailed information about user payment account
-
Get detailed information about user's single transaction
-
Get information about all user's payment account
-
Get list of user cancelled transactions
-
Get list of user done transactions
-
Get list of user scheduled transactions
-
Get list of user's holded operations
-
Get list of user's pending transactions
-
Get list of user's rejected transactions
-
Removes consent
-
Get detailed information about user payment account
-
AS
-
Requests OAuth2 access token value
-
Requests OAuth2 authorization code
-
Requests OAuth2 authorization code based on One-time authorization code issued by External Authorization Tool
-
Requests OAuth2 access token value
-
CAF
-
PIS
-
Cancelation of future dated payment
-
Cancelation of recurring payment
-
Defines new recurring payment
-
Get the status of bundle of payments
-
Get the status of multiple payments
-
Get the status of payment
-
Get the status of recurring payment
-
Initiate SEPA foreign transfers
-
Initiate domestic transfer
-
Initiate many transfers as bundle
-
Initiate non SEPA foreign transfers
-
Initiate tax transfer
-
Cancelation of future dated payment
PAPIv2.1.1.1 (26 APIs)
Get detailed information about user payment account
NOTE: This endpoint currently only returns example data.
User identification based on access token
Authentication is Mandatory
JSON request body fields:
-
accountNumber: accountNumber
-
jvalueToCaseclass: jvalueToCaseclass
-
requestHeader: requestHeader
JSON response body fields:
-
accountHolderType: accountHolderType
-
accountNameClient: accountNameClient
-
accountNumber: accountNumber
-
accountType: accountType
-
accountTypeName: accountTypeName
-
auxData: auxData
-
availableBalance: availableBalance
-
bicOrSwift: bicOrSwift
-
bookingBalance: bookingBalance
-
currency: EUR
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nameAddress: nameAddress
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
-
value: 5987953
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"account":{
"auxData":{
},
"bank":{
"address":"",
"bicOrSwift":"bicOrSwift",
"name":"name"
},
"bookingBalance":"bookingBalance",
"accountType":{
"code":"code",
"description":"description"
},
"accountTypeName":"accountTypeName",
"currency":"currency",
"nameAddress":{
"value":["value","value","value","value"]
},
"accountNumber":"accountNumber",
"accountNameClient":"accountNameClient",
"accountHolderType":"individual",
"availableBalance":"availableBalance"
}
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get detailed information about user's single transaction
NOTE: This endpoint currently only returns example data.
Authentication is Mandatory
JSON request body fields:
-
accountNumber: accountNumber
-
bookingDate: bookingDate
-
itemId: itemId
-
jvalueToCaseclass: jvalueToCaseclass
-
requestHeader: requestHeader
JSON response body fields:
-
additionalPayorId: additionalPayorId
-
additionalPayorIdType: additionalPayorIdType
-
amountBaseCurrency: amountBaseCurrency
-
baseCurrency: baseCurrency
-
baseInfo: baseInfo
-
cardHolder: cardHolder
-
cardInfo: cardInfo
-
cardNumber: cardNumber
-
contributionId: contributionId
-
contributionPeriod: contributionPeriod
-
contributionType: contributionType
-
currencyDate: currencyDate
-
formCode: formCode
-
fromCurrency: fromCurrency
-
holdExpirationDate: holdExpirationDate
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nip: nip
-
obligationId: obligationId
-
payerInfo: payerInfo
-
paymentTypeId: paymentTypeId
-
payorId: payorId
-
payorIdType: payorIdType
-
periodId: periodId
-
periodType: periodType
-
rate: rate
-
rejectionReason: rejectionReason
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
-
toCurrency: toCurrency
-
tppName: tppName
-
tppTransactionId: tppTransactionId
-
transactionRate: transactionRate
-
usInfo: usInfo
-
usedPaymentInstrumentId: usedPaymentInstrumentId
-
year: year
-
zusInfo: zusInfo
{
"baseInfo":"",
"cardInfo":{
"cardHolder":"cardHolder",
"cardNumber":"cardNumber"
},
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"baseCurrency":"baseCurrency",
"usedPaymentInstrumentId":"usedPaymentInstrumentId",
"holdExpirationDate":"2000-01-23T04:56:07.000+00:00",
"zusInfo":{
"contributionType":"contributionType",
"contributionId":"contributionId",
"paymentTypeId":"paymentTypeId",
"payerInfo":{
"nip":"nip",
"additionalPayorId":"additionalPayorId",
"additionalPayorIdType":"P"
},
"contributionPeriod":"contributionPeriod",
"obligationId":"obligationId"
},
"usInfo":{
"periodId":"periodId",
"periodType":"periodType",
"payerInfo":{
"payorId":"payorId",
"payorIdType":"N"
},
"formCode":"formCode",
"year":6026,
"obligationId":"obligationId"
},
"tppTransactionId":"tppTransactionId",
"transactionRate":[{
"rate":0.8008281904610115,
"toCurrency":"toCurrency",
"fromCurrency":"fromCurrency"
},{
"rate":0.8008281904610115,
"toCurrency":"toCurrency",
"fromCurrency":"fromCurrency"
}],
"currencyDate":"2000-01-23T04:56:07.000+00:00",
"rejectionReason":"rejectionReason",
"amountBaseCurrency":"amountBaseCurrency",
"tppName":"tppName"
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get information about all user's payment account
NOTE: This endpoint currently only returns example data.
User identification based on access token
Authentication is Mandatory
JSON request body fields:
-
jvalueToCaseclass: jvalueToCaseclass
-
pageId: pageId
-
perPage: perPage
-
requestHeader: requestHeader
JSON response body fields:
-
accountNumber: accountNumber
-
accountType: accountType
-
accountTypeName: accountTypeName
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nextPage: nextPage
-
pageInfo: pageInfo
-
previousPage: previousPage
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"accounts":[{
"accountType":{
"code":"code",
"description":"description"
},
"accountTypeName":"accountTypeName",
"accountNumber":"accountNumber"
},{
"accountType":{
"code":"code",
"description":"description"
},
"accountTypeName":"accountTypeName",
"accountNumber":"accountNumber"
}]
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get list of user cancelled transactions
NOTE: This endpoint currently only returns example data.
Authentication is Mandatory
JSON request body fields:
- jvalueToCaseclass: jvalueToCaseclass
JSON response body fields:
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nextPage: nextPage
-
pageInfo: pageInfo
-
previousPage: previousPage
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get list of user done transactions
NOTE: This endpoint currently only returns example data.
Authentication is Mandatory
JSON request body fields:
- jvalueToCaseclass: jvalueToCaseclass
JSON response body fields:
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nextPage: nextPage
-
pageInfo: pageInfo
-
previousPage: previousPage
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get list of user scheduled transactions
NOTE: This endpoint currently only returns example data.
Authentication is Mandatory
JSON request body fields:
- jvalueToCaseclass: jvalueToCaseclass
JSON response body fields:
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nextPage: nextPage
-
pageInfo: pageInfo
-
previousPage: previousPage
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get list of user's holded operations
NOTE: This endpoint currently only returns example data.
Authentication is Mandatory
JSON request body fields:
- jvalueToCaseclass: jvalueToCaseclass
JSON response body fields:
-
holds: holds
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nextPage: nextPage
-
pageInfo: pageInfo
-
previousPage: previousPage
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"holds":["",""]
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get list of user's pending transactions
NOTE: This endpoint currently only returns example data.
Authentication is Mandatory
JSON request body fields:
- jvalueToCaseclass: jvalueToCaseclass
JSON response body fields:
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nextPage: nextPage
-
pageInfo: pageInfo
-
previousPage: previousPage
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get list of user's rejected transactions
NOTE: This endpoint currently only returns example data.
Authentication is Mandatory
JSON request body fields:
- jvalueToCaseclass: jvalueToCaseclass
JSON response body fields:
-
isCallback: isCallback
-
jvalueToCaseclass: jvalueToCaseclass
-
nextPage: nextPage
-
pageInfo: pageInfo
-
previousPage: previousPage
-
requestId: requestId
-
responseHeader: responseHeader
-
sendDate: sendDate
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Removes consent
NOTE: This endpoint currently only returns example data.
Removes consent
Authentication is Mandatory
JSON request body fields:
-
consentId: consentId
-
jvalueToCaseclass: jvalueToCaseclass
JSON response body fields:
{
"jsonString":"{}"
}
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.