Skip to content

Commit adc9c33

Browse files
authored
docs: add AirWallex payment provider (#642)
1 parent 083f7cc commit adc9c33

File tree

8 files changed

+54
-1
lines changed

8 files changed

+54
-1
lines changed

docs/provider/payment/AirWallex.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: AirWallex
3+
description: Add AirWallex payment provider to your application
4+
keywords: [AirWallex, payment]
5+
authors: [Cutsin]
6+
---
7+
8+
:::note
9+
10+
This is an example of how to configure a **AirWallex** payment provider.
11+
12+
:::
13+
14+
## Step 1. Get Client ID and API Key
15+
16+
First, you need to have an account at [AirWallex](https://www.airwallex.com/).
17+
After creating an AirWallex account, log in to the [Developer Dashboard](https://www.airwallex.com/app/account/apiKeys) using your account credentials.
18+
You can find the `CLIENT ID` and `API KEY` under the `API Keys` tab, or add a new custom permission key.
19+
20+
![AirWallex API Keys](/img/providers/payment/airwallex_api_keys.png)
21+
22+
## Step 2. Create an AirWallex Payment provider
23+
24+
Next, create an AirWallex Payment provider in Casdoor by filling in the necessary information.
25+
26+
| Name | Name in AirWallex |
27+
| ------------- | -------------------------------------- |
28+
| Category | choose `Payment` |
29+
| Type | choose `AirWallex` |
30+
| Client ID | `CLIENT ID` obtained from Step 1 |
31+
| Client secret | `API KEY` obtained from Step 1 |
32+
33+
![AirWallex provider](/img/providers/payment/airwallex_provider.png)
34+
35+
## Step 3. Add the AirWallex Payment provider for your product
36+
37+
Finally, add the AirWallex Payment provider for your product so that users can purchase the product using AirWallex.
38+
39+
![Add AirWallex payment provider for product](/img/providers/payment/airwallex_product.png)
40+
41+
<video src="/video/provider/payment/use_airwallex_buy_product.mp4" controls="controls" width="100%"></video>

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ module.exports = {
268268
"provider/payment/stripe",
269269
"provider/payment/Alipay",
270270
"provider/payment/WeChatPay",
271+
"provider/payment/AirWallex",
271272
],
272273
},
273274
{

static/data/ecosystem/Providers.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,16 @@
489489
],
490490
"image": "/img/ecosystem/wechatPay.png"
491491
},
492+
{
493+
"title": "AirWallex",
494+
"url": "https://casdoor.org/docs/provider/payment/AirWallex",
495+
"description": "",
496+
"tags": [
497+
"Provider",
498+
"SAML"
499+
],
500+
"image": "/img/ecosystem/airwallex.svg"
501+
},
492502
{
493503
"title": "Default",
494504
"url": "https://casdoor.org/docs/provider/captcha/default",
@@ -569,4 +579,4 @@
569579
],
570580
"image": "/img/ecosystem/onboard.png"
571581
}
572-
]
582+
]

static/img/ecosystem/airwallex.svg

Lines changed: 1 addition & 0 deletions
Loading
44.7 KB
Loading
43.4 KB
Loading
37.1 KB
Loading
1010 KB
Binary file not shown.

0 commit comments

Comments
 (0)