***

title: Extend your integration
icon: calendar-exclamation
intro: Extend your integration
published: true
---------------------

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

After you set up the Hosted Payment Page to run a sale, you can extend your integration to include the following:

* [**Run a pre-authorization**](extend-your-solution/run-a-pre-authorization) - Hold an amount on a customer's card and then capture the payment later.
* [**Save a customer's payment details**](extend-your-solution/save-a-customers-payment-details) - Store customer payment details for use in future transactions.
* [**Implement background validation**](extend-your-solution/implement-background-validation) - Check if our gateway processed a card payment.

## Guides

To extend your Hosted Payment Page integration, follow our guides:

<CardGroup cols={3}>
  <Card title="Run a pre-authorization" icon="timer" href="extend-your-solution/run-a-pre-authorization" />

  <Card title="Save a customer's payment details" icon="vault" href="extend-your-solution/save-a-customers-payment-details" />

  <Card title="Implement background validation" icon="magnifying-glass" href="extend-your-solution/implement-background-validation" />
</CardGroup>