Hey,
I was wondering if I can use a custom name for the payment method, for example “XYZ Account”.
Hey,
I was wondering if I can use a custom name for the payment method, for example “XYZ Account”.
You can only use a payment method that’s configured on the shop. If the shop has an existing manual payment method named “XYZ Account”, that works.
I thought as much…
Just confirming that custom “payment methods” are visible to end users on checkout as well? is there a way to make them only visible to /admin?
@ChrisBradley Using hide payment features of custom apps you can hide payments based on criteria like order value, customer tag, products in cart.
Function API: payment_customization. this is what handles if you want to code the feature.
@Ankit_Shrivastava yeah i figured we could do that, but i really beleive the ability to display payment methods on the front end should be controllable in the first instance.
whipping up a functions to hide isn’t super ideal for the masses.
I’ll submit a feature request for the ability to specify whether payment methods are visible to the admin only.
In the meantime, there are public apps using that API that can be used to hide payment methods. For example the Checkout Blocks app offer this for Plus shops.
We are plus, so that is a solution that we can go down. but I think with the push into move inventory space it would be good to be able to checkbox display (even by market) of a payment method.
thanks!