ecosystem.hero.titlePrefix ecosystem.hero.titleHighlight
ecosystem.hero.subtitle
ecosystem.hero.features.api.title
ecosystem.hero.features.api.description
ecosystem.hero.features.payments.title
ecosystem.hero.features.payments.description
ecosystem.hero.features.developerTools.title
ecosystem.hero.features.developerTools.description
ecosystem.showcase.title
ecosystem.showcase.subtitle
ecosystem.showcase.categories.ecommerce.name Integrations

ecosystem.showcase.categories.ecommerce.tools.woocommerce

ecosystem.showcase.categories.ecommerce.tools.opencart
ecosystem.showcase.categories.ecommerce.tools.magento
ecosystem.showcase.categories.ecommerce.tools.prestashop
ecosystem.showcase.categories.development.name Integrations

ecosystem.showcase.categories.development.tools.php

ecosystem.showcase.categories.development.tools.java

ecosystem.showcase.categories.development.tools.csharp
ecosystem.showcase.categories.development.tools.nodejs
ecosystem.showcase.categories.mobile.name Integrations

ecosystem.showcase.categories.mobile.tools.ios

ecosystem.showcase.categories.mobile.tools.android
ecosystem.api.title
ecosystem.api.subtitle
ecosystem.api.features.title
ecosystem.api.features.list.authentication.title
ecosystem.api.features.list.authentication.description
ecosystem.api.features.list.webhooks.title
ecosystem.api.features.list.webhooks.description
ecosystem.api.features.list.documentation.title
ecosystem.api.features.list.documentation.description
ecosystem.api.features.list.sandbox.title
ecosystem.api.features.list.sandbox.description
ecosystem.api.features.list.sdks.title
ecosystem.api.features.list.sdks.description
// Example: Create a charge using the SitesWay API
fetch('https://gate.sitesway.sa/api/v1/charges', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
amount: 100.00,
currency: 'SAR',
source: 'tok_visa',
description: 'Example charge'
})
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error))
ecosystem.api.endpoints.title
ecosystem.platform.title
ecosystem.platform.subtitle
ecosystem.platform.features.title
ecosystem.platform.features.list.installation.title
ecosystem.platform.features.list.installation.description
ecosystem.platform.features.list.configuration.title
ecosystem.platform.features.list.configuration.description
ecosystem.platform.features.list.analytics.title
ecosystem.platform.features.list.analytics.description
ecosystem.platform.features.list.updates.title
ecosystem.platform.features.list.updates.description
ecosystem.platform.features.list.checkout.title
ecosystem.platform.features.list.checkout.description

ecosystem.platform.steps.0
ecosystem.platform.steps.1
ecosystem.platform.steps.2
ecosystem.platform.steps.3
ecosystem.tools.title
ecosystem.tools.subtitle
ecosystem.tools.sdkPlatforms.title
ecosystem.tools.sdkPlatforms.list.javascript
ecosystem.tools.sdkPlatforms.list.php
ecosystem.tools.sdkPlatforms.list.python
ecosystem.tools.sdkPlatforms.list.ruby
ecosystem.tools.sdkPlatforms.list.java
ecosystem.tools.sdkPlatforms.list.dotnet
ecosystem.tools.gettingStarted.title
ecosystem.tools.gettingStarted.description
ecosystem.tools.gettingStarted.code
ecosystem.tools.resources.documentation.title
ecosystem.tools.resources.documentation.description
ecosystem.tools.resources.webhooks.title
ecosystem.tools.resources.webhooks.description
ecosystem.tools.resources.testing.title
ecosystem.tools.resources.testing.description
ecosystem.tools.resources.dashboard.title
ecosystem.tools.resources.dashboard.description