# Confirm funds **POST /api/v1/funds-confirmations** ## Servers ## Authentication methods - oauth ## Parameters ### Headers - **X-Request-ID** (string) Correlation header to be set in a request and retrieved in the relevant response - **Idempotency-Key** (string) Key provided by the API client to ensure idempotency in case of retry of a given request ### Body: (object) User params - **account_id** (Elixir.OpenBanking.Accounts.AccountIdentification) Account identification - **instructed_amount** (Elixir.OpenBanking.Accounts.AmountType) Amount - **payee** (string) The merchant where the card is accepted as information to the PSU - **payment_coverage_request_id** (string) Identification of the payment Coverage Request ## Responses ### 200 Transactions #### Body: (object) - **request** (Elixir.OpenBanking.Accounts.PaymentCoverageRequestResource) Original request - **result** (boolean) Result of the coverage check [Powered by Bump.sh](https://bump.sh)