After receiving the payment execution status from the local payment rails (pacs.002), the Initiating Bank sends this information to the DCM platform using the POST/gross_settlement_confirm method.
Endpoint
Payload
{
"payment_message_external_id": "string", - Payment identifier in the paying bank's system
"creditor_iban": "string", - IBAN of the receiving bank
"amount": 0.00, - Payment amount
"currency": "string ENUM", - Payment currency
"purpose": "string", - Payment purpose
"creation_date": "string ISO-8601", - Payment creation date (in the paying bank's system)
"status": "string ENUM" - Final status of the payment message from local payment rails provider
}