-
Notifications
You must be signed in to change notification settings - Fork 97
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
ACP-773: Stripe documentation mvp #2440
Conversation
...ayment-service-provider/202311.0/base-shop/third-party-integrations/stripe/install-stripe.md
Outdated
Show resolved
Hide resolved
...ayment-service-provider/202311.0/base-shop/third-party-integrations/stripe/install-stripe.md
Outdated
Show resolved
Hide resolved
...ment-service-provider/202311.0/base-shop/third-party-integrations/stripe/configure-stripe.md
Outdated
Show resolved
Hide resolved
...ent-service-provider/202311.0/base-shop/third-party-integrations/stripe/disconnect-stripe.md
Outdated
Show resolved
Hide resolved
...ayment-service-provider/202311.0/base-shop/third-party-integrations/stripe/install-stripe.md
Outdated
Show resolved
Hide resolved
...ayment-service-provider/202311.0/base-shop/third-party-integrations/stripe/install-stripe.md
Outdated
Show resolved
Hide resolved
...ayment-service-provider/202311.0/base-shop/third-party-integrations/stripe/install-stripe.md
Outdated
Show resolved
Hide resolved
...ayment-service-provider/202311.0/base-shop/third-party-integrations/stripe/install-stripe.md
Outdated
Show resolved
Hide resolved
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.
From technical point of view it's good.
Before integrating Stripe, ensure the following prerequisites are met: | ||
|
||
- Make sure your project is ACP-enabled. See [App Composition Platform installation](/docs/acp/user/app-composition-platform-installation.html) for details. | ||
- Make sure you have a Stripe connected account to Spryker platform, if you are unsure how to do it, please contact Spryker support. |
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.
what do you mean here? Do you mean that they should have Stipe installed (by following the docs/pbc/all/payment-service-provider/202311.0/base-shop/third-party-integrations/stripe/install-stripe.md guide)?
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.
- Make sure your project is ACP-enabled. See App Composition Platform installation for details.
This part might not be needed, you wouldn't be able to configure without install first and to install your project would have to be ACP-enabled
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.
- Make sure you have a Stripe connected account to Spryker platform, if you are unsure how to do it, please contact Spryker support.
For configuration you will need an account ID from Stripe, but it's not just any account it need to be a connected account.
2. In the top right corner of the Stripe app details page, click **Configure**. | ||
3. On the Stripe app details page, fill in the account ID field in the **Configuration** section. | ||
4. Select **Stripe Environment Mode**. | ||
5. Enter your *Shop Name*. This name will be displayed on **Payment** page as a merchant label for whom to pay: |
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.
can you please upload the screenshot for the Stripe configuration page in the back office? Because on https://backoffice.de.aop-suite-staging.demo-spryker.com/ I cannot see the Shop Name filed
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.
PR Description
TBD
Checklist