6️⃣Gross_settlement_confirm_internal
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:
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"
}