checkout / checkout-woocommerce-plugin

Checkout.com plugin for WooCommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input to Add Channel ID in the Core Settings Tab

ctujare opened this issue · comments

There's a required field by the name Processing Channel ID for which there is no input box in the Core Settings Tabs... I looked up the code but found it only on the Models... There doesn't seem to be a place where the User itself actually enters it...

As we are not Passing the Processing Channel ID the API returns response code 422 which is an Invalid Parameter...

{"request_id":"$request_id_here","http_status_code":422,"error_details" {"request_id":"$request_id_here","error_type":"request_invalid","error_codes":["processing_channel_id_required"]},"http_metadata":{}}