payment_gateway is invalid

jelo
Tourist
4 1 0

I have an unlisted sales channels app and I already have payment processing enabled. I'm using the Shopify Python API. But I can't seem to process payments. I receive the following errors:

{
  "errors": {
    "payment_gateway": [
      {
        "code": "invalid",
        "message": "is invalid",
        "options": {}
      }
    ],
    "checkout": {
      "payment_gateway": [
        {
          "code": "invalid",
          "message": "is invalid",
          "options": {}
        }
      ]
    }
  }
}

 
I'm using the Bogus Gateway.

Screen Shot 2021-08-19 at 6.30.47 PM.png

Here's the X-Request-ID = 84dd8701-b3c1-4248-860a-e28278056d49

Reply 1 (1)
jelo
Tourist
4 1 0

Anyone? Please help.