Configuring Payment Page with an Optional Billing Address and Headline Text
To configure payment page with an optional billing address and headline text:
1
Copy the following example code.
<script>
Clearent.setProperty("heading-text", "Complete payment details below");
Clearent.setProperty("show-billing-address", true);
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 Payment Page with an Amount FieldNextConfiguring Payment Page with the Save Card Option
Last updated
Was this helpful?