BeneficiaryInstruction
BeneficiaryInstructionsResponse
-
Name |
Type |
Description |
AccountWithInstitutionDetails
|
AccountWithInstitutionDetails |
Account with institution info
|
BeneficiaryDetails
|
BeneficiaryDetails |
Beneficiary detail
|
BeneficiaryInstructionId
|
String |
Beneficiary InstructionId Id
|
ClientId
|
String |
Client Id
|
Currency
|
String |
Transaction currency
|
IntermediaryBank
|
IntermediaryBank |
Intermediary detail
|
MessageType
|
MessageType |
Swift message type of the beneficiary
|
Name
|
String |
Instruction name
|
RegulatedBroker
|
RegulatedBroker |
RegulatedBroker details
|
Example
{
"AccountWithInstitutionDetails": {
"AccountNumber": "stringValue",
"Bic": "stringValue",
"ClearingCode": "stringValue",
"Iban": "stringValue"
},
"BeneficiaryDetails": {
"AccountNumber": "SSI#97935",
"BankAddress": "HOLMENS KANAL 2-12",
"BankName": "DANSKE BANK A/S",
"Bic": "DABADKKKXXX",
"ClearingCode": "AU016338",
"CountryCode": "DKK",
"Iban": "SSI#97935"
},
"BeneficiaryInstructionId": "stringValue",
"ClientId": "stringValue",
"Currency": "stringValue",
"IntermediaryBank": {
"AccountNumber": "S672538819",
"Bic": "CITIUS33"
},
"MessageType": "MT202",
"Name": "stringValue",
"RegulatedBroker": {
"AccountNumber": "ZYA6312001",
"Name": "EXT LTD CLIENTS ACCOUNT"
}
}