You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1092,13 +1092,27 @@ This extension lets FOSSBilling accept one-time Yoco Checkout payments in South
1092
1092
## Installation
1093
1093
1094
1094
1. Download the latest release ZIP.
1095
-
2. Extract the archive into your FOSSBilling root.
1095
+
2. Extract the archive into your FOSSBilling root so the paths merge into:
1096
+
- \`library/Payment/Adapter/Yoco.php\`
1097
+
- \`data/assets/gateways/yoco.png\`
1096
1098
3. Clear the FOSSBilling cache.
1097
-
4. In the FOSSBilling admin panel, go to System > Payment gateways.
1098
-
5. Install or enable the Yoco payment gateway.
1099
+
4. In the FOSSBilling admin panel, go to **System > Payment gateways**.
1100
+
5. Install or enable the **Yoco** payment gateway.
1099
1101
6. Add your Yoco live or test keys.
1100
1102
7. Configure your Yoco webhook and add the webhook secret in the gateway settings.
1101
1103
1104
+
## Currency notes
1105
+
1106
+
Yoco checkout is processed in ZAR. ZAR invoices are charged directly. USD invoices can be converted to ZAR using the configured gateway conversion rate or the FOSSBilling currency rates.
1107
+
1108
+
## Webhook notes
1109
+
1110
+
The gateway verifies Yoco webhook signatures when a webhook secret is configured. Payment confirmation is handled through the \`payment.succeeded\` event.
1111
+
1112
+
## License
1113
+
1114
+
Apache License 2.0. See [LICENSE](LICENSE).
1115
+
1102
1116
## Disclaimer
1103
1117
1104
1118
This extension is not affiliated with FOSSBilling or Yoco.`,
0 commit comments