PayU as a PaymentMethod

Hello,

I was looking everywhere but i can’t find it. Is it possible to allow users for making payments via PayU?

Just quickly looking at PayU’s API documentation, yes it is possible.

There are multiple ways of doing this type of thing with payment processors. Typically payment processors give you two options.

You can either collect the users credit card information native on your site and process the payment through API calls with user info, or you can redirect the user to a payment page with the details of the payment (item, cost, etc)

I would recommend the second way, as it looks like payU has good instructions to set this type of thing up.
https://devguide.payu.in/docs/developers-guide/checkout/payu-prebuilt-checkout-overview/prebuilt-checkout-integration/

The API connector will be your friend here

1 Like
1 Like