You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 KeysWhen publisher on-boards with SMP
Then system generates a Publisher Test and Live Keys an present it to publisher
Scenario: Integration Using Publisher Test KeyGiven 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 KeyGiven 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: