Home / Issuing / Issue Cards
Warning: The Highnote test environment lets you explore the platform features and functionality freely. It is intended for experimenting, building integrations, and training your team.
To ensure the security of your real-world data, please do not use production data in the test environment. Production data includes sensitive information like customer details, financial data, or personally identifiable information (PII).
Use only dummy or test data explicitly created for testing purposes in the test environment.
Before submitting a physical card order, you can validate the card order's shipping address to ensure it is properly formatted and CASS-certified. For more information on shipping address validation, see Validate shipping address.
Highnote provides a simulation for validating a shipping address in the test environment. This simulation can be used to test your card product's physical card order flow and notification events. This guide provides steps for simulating shipping address validation for card orders.
Use the following mutation to simulate a successful address validation:
You can simulate an address with changes response by using the keyword changed
in the streetAddress
field of an address validation query.
Use the following mutation to simulate an AddressValidatedWithChangesResult
response:
You can simulate an incomplete address response by using the keyword incomplete
in the streetAddress
field of an address validation query.
Use the following mutation to simulate an AddressIncompleteResult
response:
You can simulate an invalid address response by using the keyword invalid
in the streetAddress
field of an address validation query.
Use the following mutation to simulate an AddressInvalidResult
response: