RemittanceDTO
Payment details. Structured message. Generally, these fields are used to provide invoice or creditor reference information. References should conform to ISO 11649, international standard of reference information.
referencestringrequired
The actual reference. Must not exceed 35 characters. If providing a reference number, the referenceType should also be provided.
Possible values: non-empty and <= 35 characters
referenceTypestring
The type of reference provided. Must not exceed 35 characters.
Possible values: non-empty and <= 35 characters
referenceIssuerstring
The entity which created or generated the reference. Must not exceed 35 characters.
Possible values: non-empty and <= 35 characters
RemittanceDTO
{
"reference": "string",
"referenceType": "string",
"referenceIssuer": "string"
}