# Payment Methods

The Payment Methods section of the documentation presents you with guides on how to use LINKs API to manage your customer's payment methods. Access each guide below to find detailed steps on how to use our API.

<CardGroup cols={4}>

<Card
  title="Creating a Payment Method"
  href="/how-to-create-a-payment-method"
  icon="wallet"
/>

<Card
  title="Retrieving a Payment Method"
  href="/how-to-retrieve-a-payment-method"
  icon="wallet-cards"
/>

<Card
  title="Updating a Payment Method"
  href="/how-to-update-a-payment-method"
  icon="refresh-cw"
/>

<Card
  title="Deleting a Payment Method"
  href="/how-to-delete-a-payment-method"
  icon="trash-2"
/>

</CardGroup>