Initiate transfer will propose the transaction to the counterparty, after which the counterparty will be prompted to act on the proposal.
Bulk Transfer Request payload
success
Not Found
{- "onBehalfOfSrcAcctId": "string",
- "requests": [
- {
- "transfereeSrcAcctId": "b5d8d6b3-bcaf-11ef-ae69-b61606fd520c",
- "holdingCriteria": [
- {
- "holdingIdentifier": "476099",
- "quantity": 3
}
], - "correlationId": "string",
- "requestConfirmation": true,
- "toSubaccountIdentifier": "string",
- "totalPrice": 0,
- "currencyCode": "string",
- "notes": "string"
}
]
}
{- "responses": [
- {
- "correlationId": "1234",
- "transferIdentifier": "5A9BBB98-73E5-4226-B55E-1B4AABFE3CF3"
}
]
}