Skip to content

Commit 9d8f682

Browse files
committed
Add reference links to Payment Service extension q/ms
1 parent 0fb5de5 commit 9d8f682

File tree

8 files changed

+32
-0
lines changed

8 files changed

+32
-0
lines changed

src/pages/graphql/payment-services-extension/mutations/create-payment-order.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ mutation {
3030
}
3131
```
3232

33+
## Reference
34+
35+
The [`createPaymentOrder`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-createPaymentOrder) reference provides detailed information about the types and fields defined in this mutation.
36+
3337
## Example usage
3438

3539
The following example creates a payment order. The payment method was previously set to `payment_services_paypal_hosted_fields`.

src/pages/graphql/payment-services-extension/mutations/create-vault-card-payment-token.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ mutation {
2323
}
2424
```
2525

26+
## Reference
27+
28+
The [`createVaultCardPaymentToken`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-createVaultCardPaymentToken) reference provides detailed information about the types and fields defined in this mutation.
29+
2630
## Example usage
2731

2832
The following example runs the `createVaultCardPaymentToken` mutation to create a permanent `vault_token_id` for the given payment method.

src/pages/graphql/payment-services-extension/mutations/create-vault-card-setup-token.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ mutation {
2727
}
2828
```
2929

30+
## Reference
31+
32+
The [`createVaultCardSetupToken`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-createVaultCardSetupToken) reference provides detailed information about the types and fields defined in this mutation.
33+
3034
## Example usage
3135

3236
The following example runs the `createVaultCardSetupToken` mutation to create a setup token for the given payment details.

src/pages/graphql/payment-services-extension/mutations/sync-payment-order.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ mutation {
2323
}
2424
```
2525

26+
## Reference
27+
28+
The [`syncPaymentOrder`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-syncPaymentOrder) reference provides detailed information about the types and fields defined in this mutation.
29+
2630
## Example usage
2731

2832
The following example runs the `syncPaymentOrder` mutation.

src/pages/graphql/payment-services-extension/queries/get-payment-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Each of these payment methods can have a different payment source, for example,
3030
}
3131
```
3232

33+
## Reference
34+
35+
The [`getPaymentConfig`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getPaymentConfig) reference provides detailed information about the types and fields defined in this query.
36+
3337
## Example usage
3438

3539
The following example runs the `getPaymentConfig` query for a `location: CHECKOUT`. This query provides all available payment methods for that location:

src/pages/graphql/payment-services-extension/queries/get-payment-order.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The `getPaymentOrder` query retrieves the payment details for the order. You mus
2222
}
2323
```
2424

25+
## Reference
26+
27+
The [`getPaymentOrder`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getPaymentOrder) reference provides detailed information about the types and fields defined in this query.
28+
2529
## Example usage
2630

2731
The following example runs the `getPaymentOrder` query:

src/pages/graphql/payment-services-extension/queries/get-payment-sdk.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The `getPaymentSDK` query gets the payment PayPal SDK URLs and other related val
2121
}
2222
```
2323

24+
## Reference
25+
26+
The [`getPaymentSDK`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getPaymentSDK) reference provides detailed information about the types and fields defined in this query.
27+
2428
## Example usage
2529

2630
The following example runs the `getPaymentSDK` query.

src/pages/graphql/payment-services-extension/queries/get-vault-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The `getVaultConfig` query returns the vault configuration details for each paym
1919
}
2020
```
2121

22+
## Reference
23+
24+
The [`getVaultConfig`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getVaultConfig) reference provides detailed information about the types and fields defined in this query.
25+
2226
## Example usage
2327

2428
The following example runs the `getVaultConfig` query to retrieve all the stored payment details.

0 commit comments

Comments
 (0)