-
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-2521 Added SalesPaymentDetail docs and update Stripe docs. #2574
ACP-2521 Added SalesPaymentDetail docs and update Stripe docs. #2574
Conversation
@@ -0,0 +1,102 @@ | |||
--- | |||
title: Payment details of third party integrations | |||
description: Find out about how to use payment details from a third-party payment service provider in your Spryker shop. |
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.
description: Find out about how to use payment details from a third-party payment service provider in your Spryker shop. | |
description: Find out about how to save payment details from a third-party payment service provider in your Spryker shop. |
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.
It is about usage and not about how it gets persisted (save).
…ripe-psp-details-in-scos
|
||
## 5. Usage | ||
|
||
When payment is creating using a third-party payment service provider which supports this feature, you will receive asynchronous messages about the payment. When you want to use this data of the `spy_sales_payment_detail` table, you need to combine the data from this table with the entity you are fetching from the database where this payment detail is related to. |
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 this a more clear message by rewriting/breaking down into more sentences
--- | ||
title: Retrieve and use payment details from third-party payment providers | ||
description: Learn how to retrieve and use payment details from a third-party payment service providers | ||
draft: true |
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.
Does this need to be published or just merged?
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.
Should be published as well
…ripe-psp-details-in-scos
…ripe-psp-details-in-scos
…ils-in-scos' of https://github.com/spryker/spryker-docs into feature/acp-2521/master-stripe-app-save-stripe-psp-details-in-scos
…ripe-psp-details-in-scos
PR Description
Checklist