View List of Issued Prepaid Vouchers

Updated on 27 Mar 2023

Users can view the list of the prepaid vouchers they have created.
This functionality is available on UI for Merchant but can be performed by any user.

Currently Users can see the following information about the voucher:
• Serial number
• Date of creation
• Date of activation
• Amount
• Status: Can be “pending” or “processed”
• Currency

Users can filter the results by status, Date of creation and date of activation (periods).

 

APIs for this Use Case:

POST​/prepaid-coins​/viewView prepaid vouchers
GET​/prepaid-coins​/{serial}​/viewView prepaid voucher

 

Change pin for prepaid

PIN is the required parameter of the voucher that should be sent to users who will activate the voucher. Without the PIN Voucher can’t be activated.

If the PIN was lost, there’s a possibility to change the pin.
Only User with relevant permission can change the PIN for the voucher (currently the Administrator).

• To change the PIN for the voucher, the user should enter the PIN Serial number.
• New PIN will be sent to the email address of the user who created the voucher.

 

APIs for this Use Case:

POST​/prepaid-coins​/{serial}​/change-pinChange pin for prepaid