# e-Commerce Checkout

## EN

- [Overview](https://docs.maibmerchants.md/checkout/readme.md)
- [API Fundamentals](https://docs.maibmerchants.md/checkout/getting-started/api-fundamentals.md)
- [Endpoints Overview](https://docs.maibmerchants.md/checkout/getting-started/endpoints-overview.md)
- [Endpoints](https://docs.maibmerchants.md/checkout/api-reference/endpoints.md)
- [Authentication](https://docs.maibmerchants.md/checkout/api-reference/endpoints/authentication.md)
- [Obtain authentication token](https://docs.maibmerchants.md/checkout/api-reference/endpoints/authentication/obtain-authentication-token.md)
- [Register a new hosted checkout session](https://docs.maibmerchants.md/checkout/api-reference/endpoints/register-a-new-hosted-checkout-session.md): POST /v2/checkouts
- [Cancel a checkout session](https://docs.maibmerchants.md/checkout/api-reference/endpoints/cancel-a-checkout-session.md): POST /v2/checkouts/{id}/cancel
- [Get checkout details](https://docs.maibmerchants.md/checkout/api-reference/endpoints/get-checkout-details.md): GET /v2/checkouts/{id}
- [Retrieve all checkouts](https://docs.maibmerchants.md/checkout/api-reference/endpoints/retrieve-all-checkouts.md): GET /v2/checkouts
- [Get payment by id](https://docs.maibmerchants.md/checkout/api-reference/endpoints/get-payment-by-id.md): /v2/payments/{id}
- [Retrieve all payments by filter](https://docs.maibmerchants.md/checkout/api-reference/endpoints/retrieve-all-payments-by-filter.md): /v2/payments
- [Refund a payment](https://docs.maibmerchants.md/checkout/api-reference/endpoints/refund-a-payment.md): POST /v2/payments/{payId}/refund
- [Retrieve refund details](https://docs.maibmerchants.md/checkout/api-reference/endpoints/retrieve-refund-details.md): /v2/payments/refunds/{id}
- [Sandbox (Simulation Environment)](https://docs.maibmerchants.md/checkout/api-reference/sandbox-simulation-environment.md)
- [Callback Notifications](https://docs.maibmerchants.md/checkout/api-reference/callback-notifications.md)
- [Examples](https://docs.maibmerchants.md/checkout/api-reference/examples.md)
- [Signature Key Verification](https://docs.maibmerchants.md/checkout/api-reference/examples/signature-key-verification.md)
- [API Tools & Resources](https://docs.maibmerchants.md/checkout/api-reference/examples/api-tools-and-resources.md)
- [Errors](https://docs.maibmerchants.md/checkout/api-reference/errors.md)
- [API Errors](https://docs.maibmerchants.md/checkout/api-reference/errors/api-errors.md)
- [HTTP Status Codes](https://docs.maibmerchants.md/checkout/api-reference/errors/http-status-codes.md)
- [Plugins and Solutions](https://docs.maibmerchants.md/checkout/api-reference/plugins-and-solutions.md)
- [SDK](https://docs.maibmerchants.md/checkout/api-reference/plugins-and-solutions/sdk.md)
- [Plugins](https://docs.maibmerchants.md/checkout/api-reference/plugins-and-solutions/plugins.md)
- [Tilda](https://docs.maibmerchants.md/checkout/api-reference/plugins-and-solutions/tilda.md)
- [Glossary](https://docs.maibmerchants.md/checkout/api-reference/glossary.md)
