As a publisher, I want to avoid using my Stripe Secret Key for an integration purpose so that my Stripe account will not be exposed in case of application hijacking.
Feature: Publisher Key
As a publisher, I want to avoid using my Stripe Secret Key for an integration purpose so that my Stripe account will not be exposed in case of application hijacking.
Scenario: Generate Publisher Test and Live Keys
When publisher on-boards with SMP
Then system generates a Publisher Test and Live Keys an present it to publisher
Scenario: Integration Using Publisher Test Key
Given publisher connected with SMP
And Publisher Test and Live keys has been generated
When publisher using Publisher Test Key instead of a Test Secret Key within an Subscription Management API
Then system authorize publisher within a platform using Publisher Test Key
Scenario: Integration Using Publisher Live Key
Given publisher connected with SMP
And Publisher Test and Live keys has been generated
When publisher using Publisher Live Key instead of a Live Secret Key within an Subscription Management API
Then system authorize publisher within a platform using Publisher Live Key
AB#7758
As a publisher, I want to avoid using my Stripe Secret Key for an integration purpose so that my Stripe account will not be exposed in case of application hijacking.
AB#7758