-
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
-
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
-
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
-
CAF
-
Dynamic Resource Doc
-
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
PAPIv2.1.1.1 (27 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:
JSON response body fields:
{
"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"
}
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"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"
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"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"
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"holds":["",""]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
{
"responseHeader":{
"sendDate":"2000-01-23T04:56:07.000+00:00",
"requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isCallback":true
},
"pageInfo":{
"previousPage":"previousPage",
"nextPage":"nextPage"
},
"transactions":["",""]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- 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:
JSON response body fields:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.