# PaySway Docs ## Docs - [Create management session](https://docs.paysway.io/api-reference/beneficiary-hub/create-management-session.md): Creates a Beneficiary Hub management session for an organization end-user to manage their beneficiary details. - [Get recipient](https://docs.paysway.io/api-reference/beneficiary-hub/get-recipient.md): Retrieves a recipient of an organization end-user by the recipient ID - [List recipients](https://docs.paysway.io/api-reference/beneficiary-hub/list-recipients.md): Retrieves a list of recipients for an organization end-user by their external user ID. - [Recipient events](https://docs.paysway.io/api-reference/beneficiary-hub/recipient-events.md) - [Account verification events](https://docs.paysway.io/api-reference/payment-preparation/account-verification-events.md) - [Bulk enrich payment details](https://docs.paysway.io/api-reference/payment-preparation/bulk-enrich-payment-details.md): Enriches multiple payment instructions in a single request. Each item follows the same schema as POST /payments/enrichments. Results are returned in the same order as the input. The maximum number of items per request is 20. - [Bulk validate payment details](https://docs.paysway.io/api-reference/payment-preparation/bulk-validate-payment-details.md): Validates multiple payment instructions in a single request. Each item follows the same schema as POST /payments/validations and produces the same alert codes. Results are returned in the same order as the input. The maximum number of items per request is 20. - [Enrich payment details](https://docs.paysway.io/api-reference/payment-preparation/enrich-payment-details.md): Transforms and completes the fields of the payment instruction to ensure payment success and enhance user experience. It converts account numbers and bank details into formats acceptable for the selected payment method, provides routing inputs such as intermediary banks and supported payment schemes… - [Get account verification](https://docs.paysway.io/api-reference/payment-preparation/get-account-verification.md): Retrieves the current state and results of an account verification by its ID. When the verification is complete, the result can include beneficiary name verification, account status check, and additional data depending on the payment corridor. - [Submit account verification](https://docs.paysway.io/api-reference/payment-preparation/submit-account-verification.md): Initiates verification of the beneficiary account details. The verification is processed asynchronously. Instantly returns an account verification model with PENDING state that can be then fetched using the ID. - [Validate payment details](https://docs.paysway.io/api-reference/payment-preparation/validate-payment-details.md): Accepts the full or partial payment instruction and validates it against local and global payment regulations, scheme requirements, bank reference data, and heuristics. If the payment details in the instruction are likely to be valid, the response will indicate success. If there are issues, the re… - [Create webhook subscription](https://docs.paysway.io/api-reference/webhooks/create-webhook-subscription.md): Creates a webhook subscription for an organization to receive notifications about events. - [Delete webhook subscription](https://docs.paysway.io/api-reference/webhooks/delete-webhook-subscription.md): Deletes a webhook subscription by the subscription ID - [Get webhook subscription](https://docs.paysway.io/api-reference/webhooks/get-webhook-subscription.md): Retrieves a webhook subscription by the subscription ID - [List webhook subscriptions](https://docs.paysway.io/api-reference/webhooks/list-webhook-subscriptions.md): Retrieves a list of webhook subscriptions for an organization - [Update webhook subscription](https://docs.paysway.io/api-reference/webhooks/update-webhook-subscription.md): Updates a webhook subscription by the subscription ID - [Management sessions](https://docs.paysway.io/beneficiary-hub/management-sessions.md) - [Overview](https://docs.paysway.io/beneficiary-hub/overview.md) - [Payout methods](https://docs.paysway.io/beneficiary-hub/payout-methods.md) - [Data models](https://docs.paysway.io/gamgem/data-models.md) - [Data packaging](https://docs.paysway.io/gamgem/data-packaging.md) - [Distribution method](https://docs.paysway.io/gamgem/distribution-method.md) - [Overview](https://docs.paysway.io/gamgem/overview.md) - [Authentication](https://docs.paysway.io/get-started/authentication.md) - [Environments](https://docs.paysway.io/get-started/environments.md) - [Errors](https://docs.paysway.io/get-started/errors.md) - [Idempotency](https://docs.paysway.io/get-started/idempotency.md) - [Introduction](https://docs.paysway.io/get-started/introduction.md) - [Metadata](https://docs.paysway.io/get-started/metadata.md) - [Versioning](https://docs.paysway.io/get-started/versioning.md) - [Enrich payment](https://docs.paysway.io/payment-preparation/enrich-payment.md) - [Overview](https://docs.paysway.io/payment-preparation/overview.md) - [Validate payment](https://docs.paysway.io/payment-preparation/validate-payment.md) - [United Kingdom (CoP)](https://docs.paysway.io/payment-preparation/verify-account/cop.md) - [How it works](https://docs.paysway.io/payment-preparation/verify-account/how-it-works.md) - [Latin America](https://docs.paysway.io/payment-preparation/verify-account/latam.md) - [SEPA countries (VoP)](https://docs.paysway.io/payment-preparation/verify-account/vop.md) - [Event types](https://docs.paysway.io/webhooks/event-types.md) - [Implement handler](https://docs.paysway.io/webhooks/implement-handler.md) - [Overview](https://docs.paysway.io/webhooks/overview.md) - [Subscribe to events](https://docs.paysway.io/webhooks/subscribe-to-events.md) - [Verify requests](https://docs.paysway.io/webhooks/verify-requests.md) ## OpenAPI Specs - [paysway-api](https://docs.paysway.io/api-reference/paysway-api.yaml)