-
Notifications
You must be signed in to change notification settings - Fork 2
Home
In order for you to use this sample application, you first need to create an account in our IDT Beyond Portal and accept the terms of service. Once you verify your email address, and then log in, you will see a Sandbox application already created for you.
#Home
When you first start the application, you will be presented with an example screen notifying you to Please setup your application details. Clicking on that link will bring you to the settings page.
If you have already set your credentials, you will see the example application, ready to accept IATU transactions. This will remain available to you, even if the browser is closed, until you Reset your application.
##Fields:
###Country
Select the country where the phone number originates.
###Carrier
Select the carrier providing service to the phone number.
###Topup Amount
Select the amount that you would like to topup the phone with, from the list. NOTE: if the product amount is an open-range product, a manual entry field will open up to accept input. Topup amounts are in US currency.
###Local Value Lookup
After selecting a product topup amount, you have the option of doing a local value lookup. Currently, this is not available on open-range products.
###Phone Number
Enter the phone number to topup. For the sake of this demonstration application, we use the best practice of requiring validation, prior to submission. Our API runs number validation as a flight-check on each transaction anyway, but we feel that this should be handled locally, and provide a method to do so.
If you would like to use a great local library for this function, try Google's.
###Prepare Topup
After you have completed the steps to create a valid topup, you can review your selection in a Transaction Review:
- Reset: Terminates the entire transaction.
- Cancel: Backs out of the submission, and allows to change the details of the transaction.
- Submit Topup: Completes the transaction.