businessReference required | string <= 10 characters ^\d{2}[\dA-z]{8}$ Business reference number. The first two numeric digits identify the bank and the last 8 characters contain a unique alphanumeric value generated by the originating bank (unique for the transaction). |
originatorEchoData | string <= 20 characters ^[\dA-z ]*$ Echo data reserved for originator use. Must remain unaltered by the beneficiary. |
userReference | string <= 20 characters ^[\dA-z ]*$ An explanation of the transaction, e.g. to be printed on the account holder's statement. |
{- "businessReference": "string",
- "originatorEchoData": "string",
- "userReference": "string"
}