# MobiPurse ## Docs - [Generate a checkout](https://docs.mobipurse.com/api-reference/checkouts/generate-a-checkout.md): Creates a new checkout session and returns a URL that you can redirect your customer to for payment. The customer will be able to complete the payment using their Mobipurse wallet or other available payment methods. - [Verify a checkout by reference](https://docs.mobipurse.com/api-reference/checkouts/verify-a-checkout-by-reference.md): Retrieves the details and current status of a checkout using its reference. This endpoint is useful for checking the payment status and retrieving customer information after a payment is completed. - [Request a disbursement](https://docs.mobipurse.com/api-reference/disbursements/request-a-disbursement.md): Initiates a disbursement to send funds to a recipient's mobile wallet. The disbursement will be processed and you'll receive the status immediately in the response. Webhook notifications will be sent for any status changes. - [Verify a disbursement by reference](https://docs.mobipurse.com/api-reference/disbursements/verify-a-disbursement-by-reference.md): Retrieves the details and current status of a disbursement using its reference. This endpoint is useful for checking the disbursement status and retrieving customer information. - [Mobipurse Disbursement](https://docs.mobipurse.com/guides/disbursements/standard.md) - [Webhook](https://docs.mobipurse.com/guides/disbursements/webhook.md) - [Authorization](https://docs.mobipurse.com/guides/introductions/authorization.md) - [Environments](https://docs.mobipurse.com/guides/introductions/environments.md) - [Getting Started](https://docs.mobipurse.com/guides/introductions/getting-started.md) - [Checkout/Collection](https://docs.mobipurse.com/guides/payments/standard.md) - [Webhook](https://docs.mobipurse.com/guides/payments/webhook.md) ## OpenAPI Specs - [openapi-3.1](https://docs.mobipurse.com/api-reference/openapi-3.1.yml) ## Optional - [Home](https://mobipurse.com) - [Documentation](https://docs.mobipurse.com)