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

# Creating Markup via API

> How to configure markup for merchants using the API.

# Creating Global Markup

To create and manage global markup configurations for your merchants, use the following endpoints:

* [Create Merchant Markup](/api-reference/markup/account/create-merchant-markup)
* [Update Merchant Markup](/api-reference/markup/account/update-merchant-markup)
* [List Merchant Markups](/api-reference/markup/account/list-merchant-markups)

## Related Resources

<CardGroup cols={2}>
  <Card title="About Markup" icon="circle-info" href="/markup/about-markup">
    Learn about markup types and configuration levels
  </Card>

  <Card title="Create Merchant Markup" icon="plus" href="/api-reference/markup/account/create-merchant-markup">
    Create new markup configurations
  </Card>

  <Card title="Create Payin with Global Markup" icon="code" href="/api-reference/markup/payin/create-payin-with-global-markup">
    Use global markup when creating payin charges
  </Card>

  <Card title="Create Payout with Global Markup" icon="code" href="/api-reference/markup/payout/create-payout-with-global-markup">
    Use global markup when creating payout payments
  </Card>
</CardGroup>
