Payment Form
With this HTML form, you can send the transaction request to our payment gateway along with the purchase information. Send the request using the HTTP POST method.
On this page
You can include your company logo in our payment gateway, sending it via HTTP POST method.
The procedure to let your shoppers pay using PayU services is simple.
HTTP POST
.HTTP GET
. You need to process the response and show its information to your customer.HTTP POST
. Furthermore, PayU notifies to you and your customer the result of the transaction via e-mail.UTF-8
.TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
on your confirmation page.Refer to the following sections to learn how to integrate using WebCheckout integration.
With this HTML form, you can send the transaction request to our payment gateway along with the purchase information. Send the request using the HTTP POST method.
The Response page is a mandatory page and lets you show the result of the transaction to the payer. Our system redirects the payer to this page once the transaction has been performed. The data with the payment results is sent to your system via HTTP GET method.This page is invoked for all the transaction states: approved, rejected, in validation, awaiting payment (for cash), etc.
This page allows you to get system confirmations related with the transaction results. You can update your system’s inventories, orders, or databases. This page is not visible to the customer and its goal is to enable communication between systems. The data is sent via the HTTP POST method. If the payer generates payment retries during the payment process, a confirmation page is generated for each transaction. This page is invoked for approved and rejected states.