***

title: Integration guides
icon: rocket-launch
---------------------

For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://docs.payroc.com/full-stack-guides/llms.txt. For full documentation content, see https://docs.payroc.com/full-stack-guides/llms-full.txt.

Our integration guides provide you with concise information and instructions to help you integrate with the key functions of our API.

## Board merchants

<CardGroup cols={2}>
  <Card title="Boarding" icon="user-plus" href="/guides/board-merchants/boarding">
    Board merchants to our payments platform.
  </Card>

  <Card title="Event subscriptions" icon="concierge-bell" href="/guides/board-merchants/event-subscriptions">
    Add event notifications to your integration.
  </Card>
</CardGroup>

## Take payments

<CardGroup cols={2}>
  <Card title="Payments" icon="cash-register" href="/guides/take-payments/payments">
    Take payments and refunds from cards, bank accounts, or digital wallets.
  </Card>

  <Card title="Payroc Cloud" icon="cloud" href="/guides/take-payments/payroc-cloud">
    Use our gateway to initiate a payment or a refund on a physical device.
  </Card>

  <Card title="Payment Links" icon="link" href="/guides/take-payments/payment-links">
    Create a payment link that a merchant shares with a customer.
  </Card>

  <Card title="Hosted Fields" icon="money-check" href="/guides/take-payments/hosted-fields">
    Add Hosted Fields to your webpage.
  </Card>

  <Card title="Apple Pay®" icon="fa-brands fa-apple-pay" href="/guides/take-payments/apple-pay">
    Run online transactions with Apple Pay.
  </Card>

  <Card title="Google Pay®" icon="fa-brands fa-google-pay" href="/guides/take-payments/google-pay">
    Run online transactions with Google Pay.
  </Card>

  <Card title="Repeat payments" icon="calendar-alt" href="/guides/take-payments/repeat-payments">
    Create and manage repeat payments using our gateway or your own software.
  </Card>

  <Card title="Save payment details" icon="save" href="/guides/take-payments/save-payment-details">
    Tokenize and save payment details.
  </Card>

  <Card title="Update saved payment details" icon="edit" href="/guides/take-payments/update-saved-payment-details">
    Update payment details that you previously saved.
  </Card>

  <Card title="3-D Secure" icon="lock" href="/guides/take-payments/3-d-secure">
    Use 3-D Secure to verify a cardholder's identity.
  </Card>

  <Card title="Add custom fields" icon="table-list" href="/guides/take-payments/add-custom-fields">
    Allow merchants to add their own information to transactions.
  </Card>
</CardGroup>

## Fund merchants

<CardGroup cols={2}>
  <Card title="Set up a funding recipient" icon="clipboard-list-check" href="/guides/fund-merchants/set-up-a-funding-recipient">
    Set up Funding Recipients that can receive funds from your account.
  </Card>

  <Card title="Send funds to your merchants" icon="comment-dollar" href="/guides/fund-merchants/send-funds-to-your-merchants">
    Create Funding Instructions to send funds to your merchants.
  </Card>
</CardGroup>