• Resolved bigedy79

    (@bigedy79)


    Can anyone tell me if it’s possible to use Stripe for Apple and Android pay but also use another card processor for straight card payments? I really want the convenience of apple pay, but really don’t want to pay the high % for stripe if people inputting their card details.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thomas Shellberg

    (@shellbeezy)

    Automattic Happiness Engineer

    Hi @bigedy79,

    I suppose that you could hide the Stripe gateway on the Checkout page using CSS.

    li.payment_method_stripe {
    display: none;
    }
    Thomas Shellberg

    (@shellbeezy)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Stripe alongside other card processor’ is closed to new replies.