If the Initiating Bank and the Receiving Bank belong to the same institution, the Initiating Bank informs the DCM platform about the transfer of funds to the Merchant through the POST/gross_settlement_confirm_internal request.
Endpoint:
https://{bank-gateway-address.dcmapis.com}:443/api/v1/counterparty/{counterparty_guid}/gross-settlement/confirm_internal/{gs_register_id} arrow-up-right
The request includes the identifier of the "internal" register in the host header.
Response
<> ok.201.json { "created": "true" }
<> ok.208.json // payment id already registered { "created": "true" }
<> error.408.json // request timeout
<> wrong_data.409.json // wrong amount/purpose/currency/iban
<> error.400.json // all another errors { "error": "ErrorTextId", "description": "Some reach description" }