TransactionDeposit
Details of the deposit transaction
senderAccountIdentifierstringrequired
Sender's account identifier for the deposit
Example:
ACC123
senderNamestringrequired
Name of the sender for the deposit
Example:
John Doe
senderReferencestringrequired
Reference for the sender's deposit
Example:
REF123
TransactionDeposit
{
"senderAccountIdentifier": "ACC123",
"senderName": "John Doe",
"senderReference": "REF123"
}