microslady
Vendor
I am needing to pass the future order check status bit, but not sure how to parse this in the request XML.
With the definition of each bit position as follows:
1 Rush Order
2 VIP Transaction
3 Employee must own the check that is being picked up
4 Allow Partial Auth
5 Future Order Check
6 thru 32 are unused
I thought it would be this,
<tns:CheckStatusBits>08000000</tns:CheckStatusBits>
but that did not flag the check as a future order check.
Any help is greatly appreciated.
With the definition of each bit position as follows:
1 Rush Order
2 VIP Transaction
3 Employee must own the check that is being picked up
4 Allow Partial Auth
5 Future Order Check
6 thru 32 are unused
I thought it would be this,
<tns:CheckStatusBits>08000000</tns:CheckStatusBits>
but that did not flag the check as a future order check.
Any help is greatly appreciated.