# Pagseguro Internationall Documentation > API documentation for My Platform ## Getting Started - [Products Overview](/documentation/getting-started/products-overview.md): We’ve redesigned the PagSeguro documentation to make it faster and easier for you to explore available features and integrate with our APIs. - [How to Sign Up](/documentation/getting-started/how-to-sign-up.md): Before you can start using our products, you will need to sign up. To do it, follow these steps: - [Payment Methods Available by Country](/documentation/getting-started/payment-methods-available-by-country.md): This documentation you are reading is for the latest version. If you are integrated with the old payment page integration (v1), please find the list of payments with numerical IDs here ## Payment Page API - [Overview](/documentation/payment-page-api/overview.md): The PagSeguro Payment Page API lets you accept payments via a hosted checkout that works across devices and payment methods, without building a custom front end. ### How to Guides - [Create a Checkout](/documentation/payment-page-api/how-to-guides/create-a-checkout.md): Once your customer finalizes their purchase on your website, you can create a checkout through the Create a Payment Page endpoint. This will generate a URL to redirect your customer to finish their payment. You can find a detailed diagram explaining this flow below. - [Check a Transaction Status](/documentation/payment-page-api/how-to-guides/check-a-transaction-status.md): Once the payment process is finished, you can check the transaction status with the Search transaction using transaction code endpoint. You can find a detailed diagram of the transaction status notification process below. - [Request a Refund](/documentation/payment-page-api/how-to-guides/request-a-refund.md): The Refund a Transaction endpoint allows merchants to request a refund for a transaction. Below is a step-by-step guide on how to request a refund through the API. - [Search for Transactions by Period](/documentation/payment-page-api/how-to-guides/search-for-transactions-by-period.md): The Search transactions by period endpoint allows you to retrieve transactions processed by PagSeguro within a specified time frame. This method enables you to fetch a list of transactions, making it easier to track and manage transaction data over a range of dates. - [Sandbox Environment](/documentation/payment-page-api/sandbox-environment.md): PagSeguro provides a sandbox environment to facilitate testing without affecting real transactions. This environment allows developers to simulate various scenarios before going live with their integration. ## Introduction - [References](/api-reference/introduction/overview.md): PagSeguro offers three main APIs to support diverse payment and payout flows across Latin America: - [API Environments](/api-reference/introduction/api-environments.md): PagSeguro provides two environments for interacting with the APIs available: ### References - [Document Validation](/api-reference/introduction/references/document-validation.md): This section provides reference for the supported identification documents across different countries, including their validation rules, formatting requirements, and examples. The API utilizes these standards to ensure accurate and consistent data processing. - [Maximum and Minimum Supported Amounts](/api-reference/introduction/references/maximum-and-minimum-supported-amounts.md): The PagSeguro API follows the ISO 4217 standard and is designed to accept monetary values starting from 0.01 (or the smallest fractional unit allowed by the currency). However, the minimum and maximum accepted amounts may vary depending on the country and the payment method used. ## v3 - [Create a Transaction](/API Reference/v3/create-transaction.md): Creates a new transaction. You can use this endpoint to create payments when using: - [Search Transactions by Period](/API Reference/v3/search-transactions-by-period.md): Retrieves a list of transactions processed by PagSeguro within the specified date range. - [Search Transaction Using Transaction Code](/API Reference/v3/search-transaction-by-code.md): Retrieves detailed information about a transaction processed by PagSeguro using the provided `code`. This endpoint allows merchants to check the status, payment details, and refund history of a specific transaction. - [Refund a Transaction](/API Reference/v3/refund-transaction.md): Requests a refund for a transaction processed by PagSeguro. Refunds can be requested for the full transaction amount or a partial amount. Requires Basic Authentication. - [Create a Payment Page](/API Reference/v3/create-payment-page.md): Creates a new checkout session for your customer to complete the payment. PagSeguro will generate a link to the payment page where the customer can finalize the transaction. You can specify a preferred payment method or allow the customer to choose from available options. ## fees - [Get Available Installment Plans](/API Reference/fees/get-installment-plans.md): Retrieves valid installment options for a transaction based on the credit card BIN, amount, and other input parameters. Performs validation for the 'Meses Sin Intereses' program in Mexico. ## Other Pages - / - /API Reference/fees/get-installment-plans/ - /API Reference/v3/create-payment-page/ - /API Reference/v3/create-transaction/ - /API Reference/v3/refund-transaction/ - /API Reference/v3/search-transaction-by-code/ - /API Reference/v3/search-transactions-by-period/ - /Homepage/ - /api-reference/introduction/api-environments/ - /api-reference/introduction/overview/ - /api-reference/introduction/references/document-validation/ - /api-reference/introduction/references/index/ - /api-reference/introduction/references/maximum-and-minimum-supported-amounts/ - /documentation/getting-started/how-to-sign-up/ - /documentation/getting-started/payment-methods-available-by-country/ - /documentation/getting-started/products-overview/ - /documentation/payment-page-api/how-to-guides/check-a-transaction-status/ - /documentation/payment-page-api/how-to-guides/create-a-checkout/ - /documentation/payment-page-api/how-to-guides/index/ - /documentation/payment-page-api/how-to-guides/request-a-refund/ - /documentation/payment-page-api/how-to-guides/search-for-transactions-by-period/ - /documentation/payment-page-api/overview/ - /documentation/payment-page-api/sandbox-environment/ - /search/