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.

PreviousConfiguring the Pay Now ButtonNextConfiguring Payment Page with an Optional Billing Address and Headline Text
Last updated
Was this helpful?