I’m facing a problem when trying to register a new payment using the GraphQL mutation paymentsAppConfigure I receive the following return message:
{"data":{"paymentsAppConfigure":{"paymentsAppConfiguration":{"externalHandle":"my payment app","ready":true},"userErrors":[]}},"extensions":{"cost" :{"requestedQueryCost":10,"actualQueryCost":1,"throttleStatus":{"maximumAvailable":546000.0,"currentlyAvailable":545999,"restoreRate":27300.0}}}}
this return does not show an error, but when I go to check if it is in my store in
Settings>Payments
it is not in the list of options. I would like some help