-
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
-
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
-
Bank Accounts (Dynamic Endpoint)
-
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
-
Cancelation of future dated payment
-
_Covid APIDays
-
Create new Covid APIDays
-
Delete Covid APIDays by id
-
Get Covid APIDays List
-
Get Covid APIDays by id
-
Update Covid APIDays
-
Create new Covid APIDays
-
_Customer Cars
-
Create new Customer Cars
-
Delete Customer Cars by id
-
Get Customer Cars List
-
Get Customer Cars by id
-
Update Customer Cars
-
Create new Customer Cars
-
_D Entity1(gh.29.uk)
-
_Fish Port
-
_Foo Bar
-
_Insurance Policy(gh.29.uk)
-
Create new Insurance Policy
-
Delete Insurance Policy by id
-
Get Insurance Policy List
-
Get Insurance Policy by id
-
Update Insurance Policy
-
Create new Insurance Policy
-
_Insurance Premium(gh.29.uk)
-
Create new Insurance Premium
-
Delete Insurance Premium by id
-
Get Insurance Premium List
-
Get Insurance Premium by id
-
Update Insurance Premium
-
Create new Insurance Premium
-
_March Hare(gh.29.uk)
-
Create new March Hare
-
Delete March Hare by id
-
Get March Hare List
-
Get March Hare by id
-
Update March Hare
-
Create new March Hare
-
_Obp Activity(obp.testing.01)
-
Create new Obp Activity
-
Delete Obp Activity by id
-
Get Obp Activity List
-
Get Obp Activity by id
-
Update Obp Activity
-
Create new Obp Activity
-
_Odometer(gh.29.uk)
-
_Simon Covid
-
Create new Simon Covid
-
Delete Simon Covid by id
-
Get Simon Covid List
-
Get Simon Covid by id
-
Update Simon Covid
-
Create new Simon Covid
-
_Sustrans
-
_Test Daniel707
-
Create new My Test Daniel707
-
Create new Test Daniel707
-
Delete My Test Daniel707 by id
-
Delete Test Daniel707 by id
-
Get My Test Daniel707 List
-
Get My Test Daniel707 by id
-
Get Test Daniel707 List
-
Get Test Daniel707 by id
-
Update My Test Daniel707
-
Update Test Daniel707
-
Create new My Test Daniel707
-
_Test1
PAPIv2.1.1.1 (104 APIs)
Get detailed information about user payment account
NOTE: This endpoint currently only returns example data.
User identification based on access token
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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.