Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ba01d6c

Browse files
authored
Add Payflow Pro graphic (#4905)
* Add Payflow Pro graphic * check-in edited svg file
1 parent e6c573d commit ba01d6c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

guides/v2.3/graphql/images/paypal-payflow-pro.svg

Lines changed: 2 additions & 0 deletions
Loading

guides/v2.3/graphql/payment-methods/payflow-pro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Payflow Pro is a payment gateway that processes debit and credit card payments.
99

1010
The following diagram shows the workflow for placing an order when Payflow Pro is the selected payment method.
1111

12-
(Graphic to be added later.)
12+
![PayPal Payflow Pro sequence diagram]({{page.baseurl}}/graphql/images/paypal-payflow-pro.svg)
1313

1414
1. On the checkout page, the customer selects **Credit Card** as the payment method and enters the credit card information as well as the billing and shipping addresses. When the customer clicks **Place Order**, the PWA client uses the [`setPaymentMethodOnCart`]({{page.baseurl}}/graphql/reference/quote-payment-method.html) mutation to set the payment method to `payflowpro`.
1515

@@ -19,13 +19,13 @@ The following diagram shows the workflow for placing an order when Payflow Pro i
1919

2020
4. Magento requests a secure token from the PayFlow Pro gateway. The request also contains billing and shipping information, which Magento extracts from the `Cart` object.
2121

22-
5. The gateway response includes a secure token, a secure token ID, and result codes and descriptions.
22+
5. The gateway response includes a secure token, a secure token ID, and result codes and descriptions.
2323

2424
6. Magento returns the secure token, a secure token ID, and result codes and descriptions in response to the `createPayflowProToken` mutation.
2525

2626
7. The client uses a hidden iframe to send a silent post request directly to the PayFlow Pro gateway for account verification. For live requests, send the silent post to `https://payflowlink.paypal.com`. Send test requests to `https://pilot-payflowlink.paypal.com`.
2727

28-
8. The gateway responds directly to the client. The response contains a payload that includes secure token information and billing and shipping information.
28+
8. The gateway responds directly to the client. The response contains a payload that includes secure token information and billing and shipping information.
2929

3030
9. The client uses the [`handlePayflowProResponse`]({{page.baseurl}}/graphql/reference/paypal-handle-payflow-pro-response.html) mutation to send the payload to Magento. Magento stores this information without modifying the cart.
3131

0 commit comments

Comments
 (0)