Required Parameters for Building UI

Your user interface needs to dynamically adjust to reflect required fields based on the product’s configuration.

The response from GET Retrieve list of products indicates which parameters are required.

Possibly Required Parameters

Credit Party Identifier

Filter services and subservices by country.

Debit Party Identifier

Retrieve supported countries per service or subservice.

Beneficiary Fields

List operators offering specific services in a selected country.

Statement Fields

Identify products available regionally or globally.

Rules for Handling Required Parameters

  • If a Credit Party Identifier (Mobile Number) is required (marked "Yes" in the API response), the UI must prompt the user to enter a mobile number.
  • If an Account Number or other identifier is mandatory, the UI must display the corresponding input field.
  • If no mandatory fields are required (case for majority of Gift Cards), the UI must allow seamless checkout without additional inputs.
  • The UI must handle different product types and required identifiers dynamically, updating input fields in real time based on API responses.