Purpose: Confirm to customers that their payment method has been correctly set up.
This component is a payment confirmation component that displays information to the user about their selected payment method. The component displays text to the user about either direct debit or credit card payment methods, depending on which method the user has selected. The component may also display a button that the user can click to visit a specified URL.
The component will only display information about the payment method if the payment method is either direct debit or credit card. If the payment method is something else, the component will not display anything.
Props
Prop ID | Prop Label | Type | Default Value |
directDebitHeading | Direct Debit Heading | string | Direct Debit set up successfully |
directDebitDescription
|
Direct Debit Description | string | Confirmation that the payer will receive notification (via email or post) within three business days confirming that the mandate has been set up |
creditCardHeading
|
Credit Card Heading | string | Credit card setup successfully |
creditCardDescription
|
Credit Card Description | string | EMPTY |
showButton
|
Show Button | toggle | On |
buttonText
|
Button Text | string | Continue |
buttonURL
|
Button URL | string | www.limio.com |
Screenshot: Payment Method Confirmation view from the Page Builder.
Comments
0 comments
Please sign in to leave a comment.