Sometimes we are getting random 405 error from Clover payment API.
https://docs.clover.com/docs/ecommerce-saving-card
When we try to add payment method to customer, it throws "405 PUT not allowed" sometimes. Its totally inconsistent and we are not getting that error every time.
FYI : I am using https://scl-sandbox.dev.clover.com/v1/customers end point for that as mentioned on above reference document.
https://docs.clover.com/docs/ecommerce-accepting-payments => Paying for createdorder
It happens same with Order Pay API endpoint when we try to pay for existing order. Here we are getting "405 POST not allowed".
'https://scl-sandbox.dev.clover.com/v1/orders/{orderId}/pay'
NOTE: Both errors are random and we are not getting this error every time.