Docs Hierarchy
This page illustrates the Developer Documentation sections and their pages/sub-pages.
Guides
.
└── ● Guides
├── ◆ Payments
│ ├── credit_card
│ ├── apple_pay
│ ├── stc_pay
│ ├── tokenization
│ ├── payment_errors
│ ├── ➤ Form Configuration
│ │ └── translations
│ └── gateway_response_codes
├── ◆ Custom Payments
│ ├── credit_cards
│ ├── stc_pay
│ ├── apple_pay_on_websites
│ ├── apple_pay_on_apps
│ └── tokenized_cards
├── ◆ Invoices
│ └── creating_invoices
├── ◆ Payouts
│ ├── payout_introduction
│ ├── single_payout
│ ├── bulk_payouts
│ └── testing_payouts
├── ◆ E-Commerce Plugins
│ ├── woo_commerce
│ ├── presta_shop
│ ├── nop_commerce
│ ├── open_cart
│ └── magento_2
├── ◆ Coupons
│ └── coupons
├── ◆ Testing
│ ├── testing_cards
│ └── apple_pay_testing
├── ◆ Settlements
│ ├── settlement_introduction
│ ├── file_format
│ ├── using_api
│ ├── settlement_notification
│ └── facilitation_merchants
└── ◆ Dashboard
├── apple_pay_using_developer_account
├── apple_pay_using_web_registration
├── get_your_api_keys
├── setting_up_your_ip_whitelist
└── setting_up_webhooks
APIs
.
└── ● APIs
├── api_intoduction
├── authentication
├── pagination
├── metadata
├── ◆ Payments
│ ├── ➤ Create Payment
│ │ ├── card_payment
│ │ ├── apple_pay_payment
│ │ ├── stc_pay_payment
│ │ ├── token_payment
│ │ └── payment_validations
│ ├── payment_object
│ ├── payment_status_reference
│ ├── credit_card_source
│ ├── apple_pay_source
│ ├── stc_pay_source
│ ├── update_payment
│ ├── fetch_payment
│ ├── list_payments
│ ├── void_payment
│ ├── refund_payment
│ ├── capture_payment
│ ├── manual_payments
│ └── 3d_secure
├── ◆ Payouts
│ ├── ➤ Payouts Accounts
│ │ ├── create_account
│ │ ├── fetch_account
│ │ └── list_accounts
│ ├── create_payout
│ ├── create_bulk_payout
│ ├── fetch_payout
│ ├── list_payout
│ └── payout_reference
├── ◆ Invoices
│ ├── invoice_status_reference
│ ├── create_invoice
│ ├── list_invoices
│ ├── fetch_invoice
│ ├── update_invoice
│ ├── cancel_invoice
│ ├── create_bulk_invoices
│ └── invoice_notifications
├── ◆ Tokens
│ ├── token_object
│ ├── token_status_reference
│ ├── create_token
│ ├── fetch_token
│ └── delete_token
├── ◆ Apple_pay
│ └── request_apple_pay_session
├── ◆ Webhooks
│ ├── ➤ Attempts
│ │ ├── fetch_webhook_attempt
│ │ └── list_attempts
│ ├── create_webhook
│ ├── fetch_webhook
│ ├── list_webhooks
│ ├── available_webhooks
│ ├── delete_webhook
│ └── webhook_reference
├── ◆ Transfers
│ ├── list_transfers
│ ├── show_transfer
│ └── list_transfer_lines
└── ◆ Errors
SDKs
.
└── ● SDKs
├── ◆ iOS
│ ├── installation
│ ├── basic_integration
│ ├── apple_pay_payments_integration
│ ├── customizing_credit_card_view
│ └── testing
├── ◆ Android
│ ├── installation
│ ├── basic_integration
│ ├── android_compose
│ └── testing
├── ◆ Flutter
│ ├── installation
│ ├── basic_integration
│ └── ➤ Upgrading
│ └── 1.0 => 2.0
└── ◆ React Native
├── installation
├── basic_integration
├── testing
└── changelog
eCommerce Plugins
.
└── ● eCommerce Plugins
├── Introduction
├── ◆ Magento2
│ ├── installation
│ ├── methods
│ └─ migration
├── ◆ WooCommerce
│ ├── installation
│ ├── methods
│ └─ migration
├── ◆ OpenCart
│ └─ installation
├── ◆ NopCommerce
│ └─ installation
├── ◆ PrestaShop
│ └─ installation
└── Support