Enum HummEnvironment
Specifies which Humm API endpoints should be used.
Namespace: Yort.Humm.InStore
Assembly: Yort.Humm.InStore.dll
Syntax
public enum HummEnvironment
Fields
Name | Description |
---|---|
Dummy | Default. The dummy API environment is suitable for automated testing, with fixed responses sent based on specific request inputs. |
Production | The production API environment is the live API used for conducting real financial transactions. |
Sandbox | The sandbox API environment is suitable for manual testing, user-acceptance testing and demo systems where real financial transactions are not desired but human interactive and realistic worflows are. |