Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
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
5 changes: 3 additions & 2 deletions guides/v2.1/payments-integrations/vault/vault-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ The main difference is that when vault is used, it defines what command is requi
## Adding vault: general steps

Magento vault implementation provides that vault is available as a separate payment method during order creation (storefront or admin). But technically it is tightly related to the corresponding payment provider integration.
You do not need to create a new {% glossarytooltip c1e4242b-1f1a-44c3-9d72-1d5b1435e142 %}module{% endglossarytooltip %} for vault implementation. All required configuration and entities are added in the module of the payment provider integration.
You do not need to create a new {% glossarytooltip c1e4242b-1f1a-44c3-9d72-1d5b1435e142 %}module{% endglossarytooltip %} for vault implementation. All required configuration and entities are added to the module of the payment provider integration.


The topics of this chapter describe how to add the vault functionality to a payment method (the payment method must be implemented using Magento payment gateway):

Expand All @@ -38,4 +39,4 @@ The topics of this chapter describe how to add the vault functionality to a paym
5. [Storing and processing the payment related data]({{page.baseurl}}payments-integrations/vault/payment-token.html).
6. [Adding and using UI_Vault component to place orders on the storefront]({{page.baseurl}}payments-integrations/vault/token-ui-component-provider.html).
7. [Display stored tokens for customer and process their deleting]({{page.baseurl}}payments-integrations/vault/customer-stored-payments.html).
8. [Using stored tokens to place order from Admin panel]({{page.baseurl}}payments-integrations/vault/admin-integration.html).
8. [Using stored tokens to place an order from Admin panel]({{page.baseurl}}payments-integrations/vault/admin-integration.html).