identityBundle
The identityBundle
element is an optional child of several transaction types. It contains child elements used to tie together transactional information across Worldpay platforms.
This element, as well as its children, are for internal use only.
Parent Elements:
authorization, authReversal, capture, credit, depositTransactionReversal, sale
Attributes:
None
Child Elements:
All Optional: merchantId, entityId, entityRefernce, resourceId, resourceReference, commandId, commandReference, orderReference
Example: authentication Structure
<identityBundle>
<merchantId>WP assigned Merchant Id</merchantId>
<entityId>Id of merchant child org</entityId>
<entityReference>Merchant assigned reference number for its entity</entityReference>
<resourceId>Id of platform resource</resourceId>
<resourceReference>Merchant assigned reference number for resource</resourceReference>
<commandId>Id of instance</commandId>
<commandReference>Merchant assigned reference number for instance</commandReference>
<orderReference>Merchant assigned reference number for order</orderReference>
</identityBundle>