What is this Payment Gateway?!?

Hello guys,
I’m interested in this Payment Gateway, but I’m not sure if it’s from a specific service, or is custom made. I’m asking here, in case is well-known for someone:

It really does look like PayPal’s new design a lot.

Best Regards,
ApesPark

Looking at the source, the site is using the Shopify ecommerce platform. The design wouldn’t necessarily be related to the payment gateway and is most likely just something they’ve designed for their site.

With that said, there is evidence that Paypal is a payment option but it doesn’t seem to be their primary option (because of the wrapping div’s class name):

<div class="alternative-payment-methods">
  <div class="wrap">
    <span>Checkout with:</span>
    <a class="alternative-payment-methods__btn paypal" href="https://checkout.shopify.com/6779211/checkouts/2f4ac55ad4bc1c26e181cbae23245778/redirect_to_express"><img title="Paypal" alt="paypal" src="//cdn.shopify.com/s/assets/checkout/icons/checkout-paypal-btn-en-5e0ec11c75b4ae846b316c4a3c0d378316740f4f98a8b8c22a53f1e9fe35b098.png" /></a>
     
    <span class="or">OR</span>
  </div>
</div>