Skip to main content

ResendAmlFilter

directionstringrequired

Message Direction. Supported values are I (incoming) or O (outgoing).

Possible values: [I, O]

categorystring

Message Category. Supported values are SEPA_CT, SEPA_DD or TGT.

Possible values: [SEPA_CT, SEPA_DD, TGT]

messageIdstring

Incoming message identification.

interbankSettlementDatestring

Date on which the amount of money ceases to be available to the agent that owes it and when the amount of money becomes available to the agent to which it is due. Accepted format: yyyy-MM-dd

instructingAgentstring

Agent that instructs the next party in the chain to carry out the (set of) instruction(s).

ResendAmlFilter
{
"direction": "I",
"category": "SEPA_CT",
"messageId": "string",
"interbankSettlementDate": "string",
"instructingAgent": "string"
}