Skip to content

Initial Setup in Postman

To begin testing, you must import the official GPAS test assets and configure your target environment.

Download and import the following files into your Postman workspace:

ARCHIVOVERSIONDATEDESCRIPTION
GPAS_Wallet_Integration.postman_collection2.0.12026-02-05Main logic for Sessions, Balances, and Transactions.
GPAS_Wallet_Integration.postman_environment2.0.12026-02-05Template for staging and production variables.
GPAS_Wallet_Integration.postman_globals2.0.12026-02-05Global configuration required for all test suites.

Steps:

  1. Open Postman.
  2. Click Import (top left).
  3. Drag and drop the three files at once.
  4. Ensure the items appear in your “Collections” and “Environments” tabs.

Select the imported environment and populate the following critical variables with your local or staging credentials:

VariableDescriptionRequirement
{{baseUrl}}The gateway/destination URL of your API.Example: https://qa-api.yourwallet.com
{{walletId}}The unique identifier of the wallet to be tested.Unique per operator.
{{authToken}}The initial token provided by the launcher (AuthToken).Used in the /sessions call.
{{secretKey}}The secret credential used for SHA1 signature generation.Keep this secure! Never share it.
{{parentSystemId}}The GPAS identifier in your system (x-parent-system-id).Provided by the GPAS team.

Some variables in the collection (like {{walletSessionId}} or {{externalReference}}) are automatically updated by Postman scripts during the test execution flow. You do not need to configure these manually.