Deposits
Retrieve Deposit Status
Retrieve the status of a previously created deposit. This endpoint allows you to retrieve the status of a deposit request.
get/deposits/{deposit_id}
Path parameters
deposit_idinteger required
Directa24 deposit_id. It is obtained when creating the deposit.
Headers
Content-Typestring required
Media type of the body sent to the API. (Note: For GET, typically no request body)
X-Datestring date-time required
ISO8601 Datetime with Timezone. Example: 2020-06-24T17:13:21Z
X-Loginstring required
Merchant X-Login API Key
Authorizationstring required
Authentication signature hash
X-Idempotency-Keystring
Unique idempotency key for ensuring that the same request is not processed more than once. (Typically for state-changing requests)
Response
Deposit status successfully retrieved
Changes
No recorded changes to this endpoint across all 1 revision of this API.