Can support please help? My Gumroad uploads have stopped working.
Maton Gateway Bug (Confirmed):
• GET requests to Gumroad:
Work perfectly
• POST requests to Gumroad:
Broken (transforms form data incorrectly)
• This is a Maton platform issue, not our configuration
• 13/14 services work flawlessly - only Gumroad POST affected
Could you please try the following endpoint? You can get product IDs by calling GET /gumroad/v2/products Also, we’re a passthrough proxy so we simply route your authenticated requests without transforming your endpoint path or data.
PUT /gumroad/v2/products/{product_id}
With Content-Type: application/x-www-form-urlencoded and form-encoded body params like name=Updated%20Name&price=1000.