Hi,
It is posible from software reject notes in a Arcade Elite Note Aceptor?. I'm asking this for the hipotetic issue:
I need to receive $7000 but user first pay with a $ 5000 Note then he puts a $10.000, I need to reject the $10.000 Note and report to the user that the Kiosk Can Accept this Note, because there are note change. He must be put a 2000 Note for complete the price.
Atte,
Victor H
Colombia
Reject Notes Arcade Elite
Moderators: aardvark, davebush, Admin
Re: Reject Notes Arcade Elite
You can easily achieve this using the "Escrow" facility - You can see this in action if you click the Escrow button on the Demo program.
To use Escrow the call EscrowEnableis issued.
Following this the call EscrowThroughputwill return the total value of all currency that has ever been held in escrow (in the same way as for CurrentValue,except that the value is not preserved over resets). An increase in the value returned indicates that a note is now in escrow.
In recent releases, The HeldInEscrow field within the AcceptorCoinstructure will indicate the number of each note / coin that is currently being held.
The EscrowAcceptcall will cause the Paylink unit to complete the acceptance of the currency in question. When complete, this will be indicated by an increase in CurrentValue.
An EscrowReturn call will cause the currency to be returned with no further indication to the application.
To use Escrow the call EscrowEnableis issued.
Following this the call EscrowThroughputwill return the total value of all currency that has ever been held in escrow (in the same way as for CurrentValue,except that the value is not preserved over resets). An increase in the value returned indicates that a note is now in escrow.
In recent releases, The HeldInEscrow field within the AcceptorCoinstructure will indicate the number of each note / coin that is currently being held.
The EscrowAcceptcall will cause the Paylink unit to complete the acceptance of the currency in question. When complete, this will be indicated by an increase in CurrentValue.
An EscrowReturn call will cause the currency to be returned with no further indication to the application.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Re: Reject Notes Arcade Elite
HI Dave,
Many Thanks for your help
Atte.
Many Thanks for your help
Atte.
Re: Reject Notes Arcade Elite
You're welcome.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.