Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Connection ID for the target bank
Unique key to ensure idempotency of the request
SHA-256 signature of client_secret + ";" + idempotency-key
Path Parameters
Account number in NUBAN format
Example:
"0123456789"
Unique reference of the hold to release
Example:
"HLD123456789"
Body
application/json
The status of the hold
Available options:
ACTIVE, INACTIVE Example:
"INACTIVE"