> ## Documentation Index
> Fetch the complete documentation index at: https://docs.axle.energy/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> How users earn and manage their flexibility rewards

During proposition configuration, we will agree with you the timing and magnitude of user rewards. We'll then handle
delivering those rewards to users.

## Paying users

Axle provides a complete payments solution to help users manage and withdraw their earnings. The system is built on Stripe and supports UK bank accounts.

### Balance and withdrawal URL

We generate a URL where your users can:

* View their rewards balance
* Link a UK bank account
* Withdraw earned rewards to their bank

<Card title="Payments Overview" icon="credit-card" href="/workflows/payments/overview">
  Learn about the payment system architecture and flow
</Card>

<Card title="Payments Integration Guide" icon="code" href="/workflows/payments/integration">
  Detailed guide for generating payment URLs and handling redirects
</Card>

### Optional: Transaction history

If you want to display transaction history directly in your application (rather than sending users to the payment portal), you can retrieve this data programmatically
via the [transaction history](/workflows/ev-charging/paying-users/transactions) endpoint.
