Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

connection-id
string

Connection ID for the target bank

idempotency-key
string
required

Unique key to ensure idempotency of the request

signature
string
required

SHA-256 signature of client_secret + ";" + idempotency-key

Response

Successful response

status
string

Response status code

Example:

"00"

message
string

A human-readable message describing the response

Example:

"The process was completed successully"

data
object