---
title: "HTTP Requests"
description: "Configure Payment Page to send submitted payment details to an external HTTP endpoint after the released success callback runs."
url: "https://docs.paymentpageplugin.com/features/form-actions-on-submit/http-requests/"
---
The HTTP action depends on the corresponding successful-payment callback reaching WordPress. Verify the complete event contract in [Stripe Webhook Configuration](/payment-gateways/stripe/stripe-webhook-configuration/) or configure the released PayPal capture-completed webhook before relying on the action.

Enable **HTTP Request** under **Actions After Submit** on the Payment Form, then enter the HTTPS endpoint that should receive the configured form and payment details.

![HTTP Request action URL in the Payment Page 1.5.3 form editor](/assets/screenshots/http-request-action-settings.png)

## Verify safely

1.  Use an HTTPS endpoint that you control or a request-inspection service whose current data handling and pricing you have reviewed.
2.  Test only in the appropriate gateway test environment. Do not include live customer data, API secrets, webhook signing secrets, passwords, or regulated data in a test payload.
3.  Confirm both the request received by the destination and the corresponding Payment Page/WordPress log state. A browser success screen alone does not prove that the remote endpoint accepted the request.
4.  Configure authentication, signature verification, idempotency, retries, retention, and access controls on the receiving system as appropriate for the data and workflow.

Release verification is still pending for the exact 1.5.3 success, failure, timeout, duplicate-delivery, and asynchronous-payment matrix. The docs therefore do not promise delivery or retry behavior that has not been reproduced from the release package.

Custom form fields are sent individually. Query-string parameters that do not match a form field can also be included in the HTTP Request details.

[Prefill Form Fields Query Strings](/features/prefill-form-fields-query-strings/)
