Configuring Payment Page with an Amount Field

To configure the payment page with an amount field:

1

Copy the following example code.

<script>
       Clearent.setProperty("heading-text", "Complete payment details below");
       Clearent.payButton({"amount": "64.50"});
</script>
2

Paste it into your web page.

The following payment popup with an amount field will be displayed to accept payments on your website.

Last updated

Was this helpful?