File tree Expand file tree Collapse file tree 7 files changed +10
-6
lines changed
Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ Use DePay's Payment Link APIs to access payments recieved with Payment Links.
1010
1111## Payments
1212
13- [ Accesses payments received with payment links via API] ( /docs/apis/links/payments ) .
13+ [ Accesses payments received with payment links via API] ( /docs/apis/resources/ links/payments ) .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sidebar_label: Shopify
88Access your own account's Shopify payment data.
99
1010::: info
11- To access other account's Shopify payment data as an app, please [ continue here] ( /docs/apps/apis /payments ) .
11+ To access other account's Shopify payment data as an app, please [ continue here] ( /docs/apps/resources /payments ) .
1212:::
1313
1414::: info
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Right after creating your app or after navigating your app on [app.depay.com](ht
4949
5050Now select the permissions your app requires.
5151
52- See: [ List of all app permissions and their detailed descriptions] ( /docs/apps/permissions ) .
52+ See: [ List of all app permissions and their detailed descriptions] ( /docs/apps/authorization/ permissions ) .
5353
5454### Redirect URL
5555
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Enable your application to securely access DePay user data and act on behalf of
3232 </div >
3333
3434 <div className =" col-12 ps-0 pe-0 col-md-4 pe-md-4 " >
35- <a href="/docs/apps/apis/ " className="d-block hover-card p-3">
35+ <a href="/docs/apps/resources " className="d-block hover-card p-3">
3636 <span className="d-block">
3737 <FontAwesomeIcon icon="fa-solid fa-satellite-dish" className="text-body-color h2 pt-2" />
3838 </span>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Access other accounts checkout data as an app.
1111
1212Allows apps to access users' Shopify checkouts and check which shops are connected to the DePay account.
1313
14- Requires [ ` checkouts.shopify.read ` ] ( /docs/apps/permissions ) permission.
14+ Requires [ ` checkouts.shopify.read ` ] ( /docs/apps/authorization/ permissions ) permission.
1515
1616
1717``` apib
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Access other accounts payment data as an app.
1111
1212Allows apps to access users' Shopify payments with a Shopify payment ` id ` .
1313
14- Requires [ ` payments.shopify.read ` ] ( /docs/apps/permissions ) permission authorized from the user's account.
14+ Requires [ ` payments.shopify.read ` ] ( /docs/apps/authorization/ permissions ) permission authorized from the user's account.
1515
1616::: info
1717Only succeded payments are returned via this endpoint.
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ const config = {
1515 { from : '/payments/plugins/shopify' , to : '/checkouts/shopify/' } ,
1616 { from : '/payments/plugins/woocommerce' , to : '/checkouts/woocommerce/' } ,
1717 { from : '/apps/user-authentication' , to : '/apps/authorization/' } ,
18+ { from : '/apis/links/payments' , to : '/apis/resources/links/payments/' } ,
19+ { from : '/apps/apis/payments' , to : '/apps/resources/payments/' } ,
20+ { from : '/apps/apis' , to : '/apps/resources/' } ,
21+ { from : '/apps/permissions' , to : '/apps/authorization/permissions' } ,
1822 ] ,
1923 } ,
2024 ] ,
You can’t perform that action at this time.
0 commit comments