# Overview

LINKs API offers you a way to fully integrate our solution with our API. You'll have access to all endpoints you require to be able to manage payments, and you customer's payment methods, directly from your own app. Follow each page below for guides on all available features in LINKs API:

<CardGroup cols={2}>
<Card
  title="Payments"
  href="/payments"
  icon="credit-card"
/>

<Card
  title="Payment Methods"
  href="/payment-methods"
  icon="wallet"
/>
</CardGroup>