Skip to main content
GET
Get authorization holds

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

auditUser
string
required

The audit user to log the request

accountId
string

Filter authorization holds by account id.

postingStatus
enum<string>

Filter authorization holds by posting status.

Available options:
P,
C
sourceCode
enum<string>

Filter authorization holds by source code.

Available options:
PBALPAY_FINREV,
PBALPAY_FIN,
PBALPAY_AUTH,
PBALPAY_AUTHREV,
AHOLD_AUTH,
AHOLD_AUTHREV,
AHOLD_FIN,
AHOLD_FINREV
page
integer
default:1

Page number for pagination

size
integer
default:20

Number of items per page for pagination

Response

Successful lookup of authorization holds

amount
number

Transaction amount

currency
string

A valid ISO 4217 currency code

Pattern: [A-Z]{3}
Example:

"EUR"

text
string

Represents value of text field provided during transaction posting

Maximum string length: 255