How we Customize the Card Entry Form

  1. how we can Customize Payment Form Appearance
    In Payment Form how to apply costom css in form,
    when I apply margin and padding it’s show me error like
    (One or more style selectors and/or CSS properties are invalid Invalid style property ‘margin’.)
    so how do i apply my costom css that’ what i want to do

:wave: The Web Payments SDK lets you customize the style of the card entry and gift card entry forms. The five visual elements of the Card payment method are represented as selectors that you specify in a card option styling object. You can set colors, fonts, and border options.

You can see several customization ideas by viewing the Design Showcase sample on GitHub.

You can find a complete example of the customized card in GitHub. :slightly_smiling_face: