# Docs - **Get started** - [Introduction](/introduction): Welcome to the Kiotapay user guide and API reference. Integrate mobile money and bank payments for collections, payouts and real-time transaction data. - **Downloads** - [Plugins](/downloads/plugins): Drop-in Kiotapay integrations for WordPress, WooCommerce and other platforms — accept payments without writing code. - [Brand assets](/downloads/brand-assets): Download the Kiotapay logo, mark and colour palette for use at your checkout and in your integration. - **API Reference** - **Authentication** - [Get API token](/api-reference/endpoint/token) - **Collections** - STK Push Collections - [Initiate an STK push](/api-reference/endpoint/stk/post) - [Get STK collection status](/api-reference/endpoint/stk/status) - [Get a single STK collection](/api-reference/endpoint/stk/single) - [Get a single Tanzania collection](/api-reference/endpoint/stk/get_single_tz) - [List all STK collections](/api-reference/endpoint/stk/all) - Checkout - [Create a checkout session](/api-reference/endpoint/checkout/post) - [Get a checkout session](/api-reference/endpoint/checkout/get_single) - Bank Collections - [Get a single bank collection](/api-reference/endpoint/bank_collections/get-single) - [List all bank collections](/api-reference/endpoint/bank_collections/get-all) - **Payouts** - Mobile Money Payouts - [Send money to a mobile wallet](/api-reference/endpoint/b2c/post) - [Get a single payout](/api-reference/endpoint/b2c/get_single) - [Get a single Tanzania payout](/api-reference/endpoint/b2c/get_single_tz) - [Get payout status](/api-reference/endpoint/b2c/get_status) - [List all payouts](/api-reference/endpoint/b2c/get_all) - Paybill Payouts - [Pay a paybill](/api-reference/endpoint/paybill/post) - [Get paybill payment status](/api-reference/endpoint/paybill/get_status) - [Get a single paybill payment](/api-reference/endpoint/paybill/get_single) - [List all paybill payments](/api-reference/endpoint/paybill/get_all) - Till Payouts - [Pay a till](/api-reference/endpoint/till/post) - [Get till payment status](/api-reference/endpoint/till/get_status) - [Get a single till payment](/api-reference/endpoint/till/get_single) - [List all till payments](/api-reference/endpoint/till/get_all) - Bank Payouts - [Send money to a bank account](/api-reference/endpoint/bank_payouts/pesalink/post) - [Get a single bank payout](/api-reference/endpoint/bank_payouts/pesalink/get-single) - [List all bank payouts](/api-reference/endpoint/bank_payouts/pesalink/get-all) - **Accounts** - Sub-Accounts - [Subscribe to sub-accounts](/api-reference/endpoint/virtual/subscription) - [Activate the subscription](/api-reference/endpoint/virtual/activate) - [Deactivate the subscription](/api-reference/endpoint/virtual/deactivate) - [Create a sub-account](/api-reference/endpoint/virtual/new-sub-account) - [List sub-accounts](/api-reference/endpoint/virtual/all-parent-sub-accounts) - [Allocate funds](/api-reference/endpoint/virtual/new-allocations) - [List your allocations](/api-reference/endpoint/virtual/all-sub-accounts-allocation) - [List allocations (admin)](/api-reference/endpoint/virtual/admin-sub-accounts-allocation) - [Cancel an allocation](/api-reference/endpoint/virtual/admin-cancel-sub-accounts-allocation) - [De-allocate funds](/api-reference/endpoint/virtual/new-deallocation) - [List your de-allocations](/api-reference/endpoint/virtual/all-sub-accounts-deallocation) - [List de-allocations (admin)](/api-reference/endpoint/virtual/admin-sub-accounts-deallocation) - [Get wallet breakdown](/api-reference/endpoint/virtual/sub-accounts-wallets-breakdown) - **Reference** - [Errors](/api-reference/endpoint/errors): Every error code the Kiotapay API can return, what causes it, and how to resolve it. - **Contributing** - [Adding API documentation](/contributing/adding-api-documentation): How to add or change an endpoint page on this site — the spec, the URL map, and the worked example end to end.