# Smart Glocal API > Smart Glocal provides a collection of API methods that enable you to manage payouts and payments. Requests and responses are made in JSON format. ## Getting started - [Dashboard](/docs/dashboard): Merchant's dashboard functionality and advantages - [Interaction](/docs/reference/format): How to send a request - [Quick start](/docs/before): How to quickly start using our API - [Smart Glocal API](/docs/landing): Smart Glocal API for payouts and payments - [Testing](/docs/reference/testing): How to test that everything works ## Payments - [Overview](/docs/payments/payment-intro): How to make payments with our API - [Delayed capture payments](/docs/payments/payment-capture): How to make delayed capture payments - [One-time payments. Overview](/docs/payments/one-time-payment): How to make one-time payments - [Payment parameters](/docs/payments/params): Parameters you need to make a payment - [Refunds](/docs/payments/payment-refund): How to make refunds ## Local card payments - [Overview](/docs/payments/local-cards): How to make local card payments - [Brazil](/docs/payments/brazil-cards): How to make local card payments in Brazil - [Chile](/docs/payments/chile-cards): How to make local card payments in Chile - [Colombia](/docs/payments/colombia-cards): How to make local card payments in Colombia - [India](/docs/payments/india-cards): How to make local card payments in India - [Indonesia](/docs/payments/indonesia-cards): How to make local card payments in Indonesia - [Mexico](/docs/payments/mexico-cards): How to make local card payments in Mexico - [Nigeria](/docs/payments/nigeria-cards): How to make local card payments in Nigeria - [Philippines](/docs/payments/philippines-cards): How to make local card payments in the Philippines - [Thailand](/docs/payments/thailand-cards): How to make local card payments in Thailand - [Türkiye](/docs/payments/turkiye-cards): How to make local card payments in Türkiye - [Vietnam](/docs/payments/vietnam-cards): How to make local card payments in Vietnam ## Recurring payments - [Preconditions](/docs/payments/payment-recurring): How to make recurring payments - [Recurring payments (CIT)](/docs/payments/payment-recurringCIT): How to make CIT recurring payments - [Recurring payments (MIT)](/docs/payments/payment-recurringMIT): How to make MIT recurring payments ## Telegram - [Connect our Telegram bot](/docs/payments/payment-telegram-bot-connect): How to connect our Telegram bot - [Use your Telegram bot](/docs/payments/payment-telegram-bot-use): How to accept payments using your Telegram bot ## Finance - [Payments report](/docs/finance/payment-daily-report): Daily payments report - [Payouts report](/docs/finance/payouts-daily-report): Daily payouts report ## API Reference - [Objects](/docs/reference/objects): Information on the objects and arrays - [Error codes](/docs/reference/errors): Information on the errors that may be encountered - [Webhooks. Overview](/docs/reference/webhooks): How to work with our notifications - [action_required](/docs/reference/webhooks/action-required): Notification of an action required - [payment_finished](/docs/reference/webhooks/payment-finished): Notification of an operation completed - [payment_refunded](/docs/reference/webhooks/payment-refunded): Notification of a refund completed - [ready_to_capture](/docs/reference/webhooks/ready-to-capture): Notification of placing a hold on money - [ready_to_confirm](/docs/reference/webhooks/ready-to-confirm): Notification of your confirmation needed **Methods:** - [recurrent/disable](/docs/reference/methods/recurrent-disable): Disabling a token - [session/cancel](/docs/reference/methods/session-cancel): Canceling an operation - [session/capture](/docs/reference/methods/session-capture): Debiting the amount put on hold - [session/confirm](/docs/reference/methods/session-confirm): Confirming an operation - [session/create](/docs/reference/methods/session-create): Creating a payment session - [session/init/payment](/docs/reference/methods/session-init-payment): Simultaneously creating a payment session and starting a payment - [session/init/payout](/docs/reference/methods/session-init-payout): Simultaneously creating a payment session and starting a payout - [session/refund](/docs/reference/methods/session-refund): Returning money after a successful payment - [session/start/payment](/docs/reference/methods/session-start-payment): Starting a payment - [session/start/payout](/docs/reference/methods/session-start-payout): Starting a payout - [session/status](/docs/reference/methods/session-status): Getting full information on a payment session - [token](/docs/reference/methods/token-method): Generating a public token - [token/info](/docs/reference/methods/token-info): Getting token details - [wallet/balance](/docs/reference/methods/wallet-balance): Checking your deposit balance ## Other - [Conversion payments](/docs/payments/conversion): How to convert currency at a fixed rate with reservation - [Ewallet payments](/docs/payments/country-ewallet): How to make ewallet payments in Vietnam - [India](/docs/payments/india-accounts): How to make instant bank-to-bank transfers in India - [Payment parameters (MoR)](/docs/payments/mor): Parameters you need to make a payment in the Merchant of Record model - [Pix payments](/docs/payments/payment-pix): How to make Pix payments - [Widget for payments](/docs/widget/payment-widget): How to use our payment widget ## Versioning note > Smart Glocal supports API v1 and v2. All links above default to the current version. Key naming difference: `payment_method` (v1) → `payout_details` (v2), `acquiring_payments` (v1) → `payment_list` (v2). See [API interaction](/docs/reference/format#api-version) for details.