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
Body
application/json
A unique internal reference to the specific transaction
Example:
"HLD123456789"
Transaction amount to be held
Example:
500
A description stating the reason the funds where held
Example:
"Loan repayment hold"
The time when the API Provider should commence holding the funds
Example:
"2024-03-20"
The date when the API Provider should release the funds from customer account if no payment is made against the held funds
Example:
"2024-04-20"
The status of the hold
Available options:
ACTIVE, INACTIVE Example:
"ACTIVE"