vouchers
- POST vouchers/use — This method uses a voucher. Single voucher is used by each call
- POST vouchers/cancel_voucher — This method cancels a voucher of either Printed or Electronic Payment Voucher. A single voucher is cancelled by each call
- POST vouchers/purchase_voucher_using_wallet_funds — This method uses wallet funds to perform an electronic voucher purchase. Multiple vouchers can be bought by the same wallet owner and only if the wallet has enough money to cover the total purchase amount
- vouchers/configuration
- GET vouchers/configuration/types/list — This method returns the voucher types that are allowed to be used in the system. Multiple voucher types are returned by each call
- GET vouchers/retrieve_secret_number — This method returns a voucher's secret number. The secret number of a single voucher is returned by each call
- POST vouchers/use_multiple — This method uses multiple vouchers (printed or electronic). Either all vouchers will be successfully used, or none.
- GET vouchers/get_available_accepted_for_activation — This method returns a random Printed payment voucher in "Accepted for activation" life cycle state and sets its life cycle state to "Activated". A single voucher is retrieved by each call
- POST vouchers/retrieve_based_on_secret_number — This method returns information related with a voucher by specifying the voucher secret number. A single voucher is returned by each call
- GET vouchers/list — This method returns information related with vouchers. Multiple vouchers are returned by each call.
- POST vouchers/purchase_evoucher — This method allows purchasing a voucher of classification Electronic Voucher from the organisation. A single voucher is purchased by each call
- POST vouchers/purchase_evoucher_from_retailer — This method allows purchasing a voucher of classification Electronic Payment Voucher, through a retailer. A single voucher is purchased by each call
- POST vouchers/cancel_evoucher — This method cancels a voucher of classification Electronic Voucher. Single voucher is cancelled by each call
- GET vouchers/show — This method returns information related with a voucher. Single voucher is returned by each call