Snippets

EasyPaymentGateway yeBBpk: Untitled snippet

Created by Wesley Acheson
Feature: Client hosted cashier session initialization

  #  Scenario: Tokenizing calls security check
  #    Given tokenize endpoint is started
  #    Given securityCheck endpoint is started
  #    When Tokenize endpoint is called
  #    Then Core should store the token
  Scenario: Merchant fails security check
    Given Merchant with id 1234 and name "Bobs Burgers" is configured to use ip address "172.17.9.24"
    When Merchant with id 1234 calls tokenize from ipaddress "192.168.1.1"
    Then the tokenize error response is called
    
  Scenario: Merchant passes client to detokenize url
    Given Merchant with id 1234 and name "Bobs Burgers" is configured to use ip address "172.17.9.24"
    And the encrypted data storage endpoint is available
    When Merchant with id 1234 calls tokenize from ipaddress "172.17.9.24"
    Then the tokenize error response is called

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.