Form API

PayPal Options

The Javascript defaults you can override with the paypalOptions parameter to the form template function.

Name Description Default
buttonSelector Document selector for the PayPal payment div .paypalButton
subscriptionButtonSelector Document selector for the PayPal subscription div .paypalSubscriptionButton
buttonOptions Options to pass to PayPal to customise the button they return

buttonOptions: {
  style: {
    shape: 'rect',
    height: 55
  }
}