I am trying to integrate the Weepay payment system into my application. I created a server-side action for this. But I have problems during the authorization phase.
They split the JSON parameters in half. They give the auth part “PATH”. I need to send JSON array in URL for authorization and I use URL Encode JSON for this.
As a result, I get the error “Blank information cannot be sent”. But I’m sure there are no spaces.
When I do this POST from API Connector, I get a 400 error.
Does anyone have any idea how I can fix this error or suggest another way?
As you can see in the first image in my previous reply, I defined the “application/json” value for the “Content-Type” key in the “header” section. Is that what you mean? When I searched the internet, I couldn’t find anything else. Can you be a little more revealing?
Hey! @Jici
The document of the system I tried to integrate was incorrect. What we did with the API connector is correct.
Thank you so much for trying to help, I’m grateful!