# Payments

The Payments section of the documentation presents you with guides on how to use LINKs API to manage your payments. Access each guide below to find detailed steps on how to use our API.

<CardGroup cols={3}>

<Card
  title="Creating Payments"
  href="/how-to-create-a-payment"
  icon="credit-card"
/>

<Card
  title="Refunding a Payment"
  href="/how-to-refund-a-payment"
  icon="rewind"
/>

<Card
  title="Voiding a Payment"
  href="/how-to-void-a-payment"
  icon="square-x"
/>

</CardGroup>