Skip to main content

Javascript SDK

PayU provides the JS SDK with the browser-side JavaScript library. This library contains methods and objects that can help you integrate some of the solutions offered by the PayU, e.g. Secure Form, Uploading Files, Regulations Acceptance.

Loading JS SDK

You should always load the JS SDK from the PayU server. You mustn't load it from your own server and then attach it to the package that is being built at the moment.

<script
type="text/javascript"
src="https://secure.payu.com/javascript/sdk"
></script>
Topics in this Section

On this page