Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions postman/stripe/Hosted-Fields-Card-Element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 those 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
Expand Down Expand Up @@ -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 Open Payment Framework app of Stripe dashboard we mentioned above. In test environment, it starts with **rk_test**.

![](images/stripe-elements-get-secret-key.png)
![](images/stripe-api-secret-key.png)

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**

<https://dashboard.stripe.com/test/apikeys>
The Public key ( or Publishable key) can alse be obtained through the SAP Open Payment Framework app. In Test environment, it starts with **pk_test**.

![](images/stripe-elements-get-public-key.png)
![](images/stripe-api-public-key.png)

Replace the ``publickey`` variable value in the environment file with this value starting with **pk_test**.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions postman/stripe/Hosted-Fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 those 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
Expand Down Expand Up @@ -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 Open Payment Framework app of Stripe dashboard we mentioned above. In test environment, it starts with **rk_test**.

![](images/stripe-elements-get-secret-key.png)
![](images/stripe-api-secret-key.png)

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**

<https://dashboard.stripe.com/test/apikeys>
The Public key ( or Publishable key) can alse be obtained through the SAP Open Payment Framework app. In Test environment, it starts with **pk_test**.

![](images/stripe-elements-get-public-key.png)
![](images/stripe-api-public-key.png)

Replace the ``publickey`` variable value in the environment file with this value starting with **pk_test**.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions postman/stripe/Payment-Page/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@ 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 those keys in the next step.

### Creating a Stripe Payment Integration ###
## Creating a Stripe Payment Integration ###
Create a Stripe payment integration in the OPF workbench. For reference, see [Creating Payment Integration
](https://help.sap.com/docs/OPEN_PAYMENT_FRAMEWORK/3580ff1b17144b8780c055bbb7c2bed3/20a64f954df1425391757759011e7e6b.html).

Expand Down Expand Up @@ -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 Open Payment Framework app of Stripe dashboard we mentioned above. In test environment, it starts with **rk_test**.

![](images/stripe-elements-get-secret-key.png)
![](images/stripe-api-secret-key.png)

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**.

<https://dashboard.stripe.com/test/apikeys>
The Public key ( or Publishable key) can alse be obtained through the SAP Open Payment Framework app. In Test environment, it starts with **pk_test**.

![](images/stripe-elements-get-public-key.png)
![](images/stripe-api-public-key.png)

Replace the ``publickey`` variable value in the environment file with this value starting with **pk_test**.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.