-
Notifications
You must be signed in to change notification settings - Fork 2
Cxopf 3617 stripe app #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
4ae3947
66c0f3a
a184537
6f4ea29
8a5f4cf
6f90ba6
dcc6e94
728d06b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,19 @@ In summary: to import the [Stripe Elements Postman Collection](Stripe-elements-H | |
|
||
a) Create your Stripe test account. | ||
|
||
b) Create a Stripe payment integration in OPF workbench. | ||
b) Install SAP Open Payment Framework app in stripe dashboard. | ||
|
||
c) Set up your Stripe test account to work with OPF. | ||
c) Create a Stripe payment integration in OPF workbench. | ||
|
||
d) Prepare the [Postman Environment](Stripe-elements-HOSTED_FIELDS_environment_configuration.json) file so the collection can be imported with all your OPF Tenant and Stripe Test Account unique values. | ||
d) Set up your Stripe test account to work with OPF. | ||
|
||
e) Prepare the [Postman Environment](Stripe-elements-HOSTED_FIELDS_environment_configuration.json) file so the collection can be imported with all your OPF Tenant and Stripe Test Account unique values. | ||
|
||
## Creating a Stripe Account ## | ||
You can sign up for a free Stripe test account at https://dashboard.stripe.com/register. | ||
|
||
### Install SAP Open Payment Framework app in stripe dashboard. | ||
Log in to the Stripe dashboard, then search for "SAP Open Payment Framework" in the app workspace, install the SAP Open Payment Framework app, and on the app setting page, click "View API keys" button to retrieve the Publishable key and Restricted key, we will use thoes keys in the next step. | ||
|
||
## Creating a Stripe Payment Integration | ||
Create a Stripe payment integration in the OPF Workbench. For reference, see [Creating Payment Integration | ||
|
@@ -63,21 +67,17 @@ The ``integrationId`` and ``configurationId`` values identify the payment integr | |
* ``configurationId`` maps to ``accountId`` in Postman | ||
|
||
**4. Secret Key** | ||
The Secret (or Private) Key can be obtained here in the Stripe dashboard. In test it starts with **sk_test**. | ||
|
||
<https://dashboard.stripe.com/test/apikeys> | ||
|
||
 | ||
The secret key (or restricted key in the stripe app) can be obtained through the SAP Commerce Cloud OPF app of Stripe dashboard we mentioned above. In test it starts with **rk_test**. | ||
|
||
Replace the ``secretKey`` variable value in the environment file with this value starting with **sk_test**. | ||
 | ||
|
||
**5. Public Key** | ||
Replace the ``secretKey`` variable value in the environment file with this value starting with **rk_test**. | ||
|
||
The public (or Publishable) key can be obtained here in the Stripe dashboard. In Test it starts with **pk_test** | ||
**5. Publishable Key** | ||
|
||
<https://dashboard.stripe.com/test/apikeys> | ||
Publishable key can alse be obtained hthrough the SAP Commerce Cloud OPF app. In Test it starts with **pk_test** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SAP Commerce Cloud OPF->SAP Open Payment Framework There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hthrough ->through |
||
|
||
 | ||
 | ||
|
||
Replace the ``publickey`` variable value in the environment file with this value starting with **pk_test**. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,19 @@ In summary: to import the [Postman Collection](mapping_configuration.json) this | |
|
||
a) Create your Stripe test account. | ||
|
||
b) Create a Stripe payment integration in OPF workbench. | ||
b) Install SAP Open Payment Framework app in stripe dashboard. | ||
|
||
c) Set up your Stripe test account to work with OPF. | ||
c) Create a Stripe payment integration in OPF workbench. | ||
|
||
d) Prepare the [Postman Environment](environment_configuration.json) file so the collection can be imported with all your OPF Tenant and Stripe Test Account unique values. | ||
d) Set up your Stripe test account to work with OPF. | ||
|
||
e) Prepare the [Postman Environment](environment_configuration.json) file so the collection can be imported with all your OPF Tenant and Stripe Test Account unique values. | ||
|
||
### Creating a Stripe Account ### | ||
You can sign up for a free Stripe test account at https://dashboard.stripe.com/register. | ||
|
||
### Install SAP Open Payment Framework app in stripe dashboard. | ||
Log in to the Stripe dashboard, then search for "SAP Open Payment Framework" in the app workspace, install the SAP Open Payment Framework app, and on the app setting page, click "View API keys" button to retrieve the Publishable key and Restricted key, we will use thoes keys in the next step. | ||
|
||
### Creating a Stripe Payment Integration ### | ||
Create a Stripe payment integration in the OPF workbench. For reference, see [Creating Payment Integration | ||
|
@@ -67,22 +71,18 @@ The ``integrationId`` and ``configurationId`` values identify the payment integr | |
* ``configurationId`` maps to ``accountId`` in Postman | ||
|
||
**4. Secret Key** | ||
The Secret (or Private) Key can be obtained here in the Stripe dashboard. In test it starts with **sk_test**. | ||
|
||
<https://dashboard.stripe.com/test/apikeys> | ||
|
||
 | ||
The secret key (or restricted key in the stripe app) can be obtained through the SAP Commerce Cloud OPF app of Stripe dashboard we mentioned above. In test it starts with **rk_test**. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SAP Commerce Cloud OPF->SAP Open Payment Framework |
||
|
||
Replace the ``secretKey`` variable value in the environment file with this value starting with **sk_test**. | ||
 | ||
|
||
Replace the ``secretKey`` variable value in the environment file with this value starting with **rk_test**. | ||
|
||
**5. Public Key** | ||
|
||
The public (or Publishable) key can be obtained here in the Stripe dashboard. In Test it starts with **pk_test** | ||
**5. Publishable Key** | ||
|
||
<https://dashboard.stripe.com/test/apikeys> | ||
Publishable key can alse be obtained hthrough the SAP Commerce Cloud OPF app. In Test it starts with **pk_test** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SAP Commerce Cloud OPF->SAP Open Payment Framework There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hthrough->through |
||
|
||
 | ||
 | ||
|
||
Replace the ``publickey`` variable value in the environment file with this value starting with **pk_test**. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,19 @@ In summary: to import the [Stripe Hosted Page Postman Collection](Stripe-Hosted_ | |
|
||
a) Create your Stripe test account. | ||
|
||
b) Create a Stripe payment integration in OPF workbench. | ||
b) Install SAP Open Payment Framework app in stripe dashboard. | ||
|
||
c) Set up your Stripe test account to work with OPF. | ||
c) Create a Stripe payment integration in OPF workbench. | ||
|
||
d) Prepare the [Postman Environment](Stripe-Hosted_Page_environment_configuration.json) file so the collection can be imported with all your OPF tenant and Stripe test account unique values. | ||
d) Set up your Stripe test account to work with OPF. | ||
|
||
e) Prepare the [Postman Environment](Stripe-Hosted_Page_environment_configuration.json) file so the collection can be imported with all your OPF tenant and Stripe test account unique values. | ||
|
||
## Creating a Stripe Account ## | ||
You can sign up for a free Stripe test account at https://dashboard.stripe.com/register. | ||
|
||
### Install SAP Open Payment Framework app in stripe dashboard. | ||
Log in to the Stripe dashboard, then search for "SAP Open Payment Framework" in the app workspace, install the SAP Open Payment Framework app, and on the app setting page, click "View API keys" button to retrieve the Publishable key and Restricted key, we will use thoes keys in the next step. | ||
|
||
### Creating a Stripe Payment Integration ### | ||
Create a Stripe payment integration in the OPF workbench. For reference, see [Creating Payment Integration | ||
|
@@ -57,21 +61,17 @@ The ``integrationId`` and ``configurationId`` values identify the payment integr | |
* ``configurationId`` maps to ``accountId`` in Postman | ||
|
||
**4. Secret Key** | ||
The Secret (or Private) Key can be obtained here in the Stripe dashboard. In test it starts with **sk_test**. | ||
|
||
<https://dashboard.stripe.com/test/apikeys> | ||
|
||
 | ||
The secret key (or restricted key in the stripe app) can be obtained through the SAP Commerce Cloud OPF app of Stripe dashboard we mentioned above. In test it starts with **rk_test**. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SAP Commerce Cloud OPF->SAP Open Payment Framework |
||
|
||
Replace the ``secretKey`` variable value in the environment file with this value starting with **sk_test**. | ||
 | ||
|
||
**5. Public Key** | ||
Replace the ``secretKey`` variable value in the environment file with this value starting with **rk_test**. | ||
|
||
The public (or Publishable) key can be obtained here in the Stripe dashboard. In Test it starts with **pk_test**. | ||
**5. Publishable Key** | ||
|
||
<https://dashboard.stripe.com/test/apikeys> | ||
Publishable key can alse be obtained hthrough the SAP Commerce Cloud OPF app. In Test it starts with **pk_test** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SAP Commerce Cloud OPF->SAP Open Payment Framework There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hthrough->through |
||
|
||
 | ||
 | ||
|
||
Replace the ``publickey`` variable value in the environment file with this value starting with **pk_test**. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SAP Commerce Cloud OPF->SAP Open Payment Framework