NikolaGavric94 / laravel-square

Square integration with Laravel/Lumen >=5.5
MIT License
31 stars 23 forks source link

SquareConnect\ApiException [HTTP/2 400] {"errors": [{"code": "VALUE_EMPTY","detail": "Field must not be blank","field": "source_id","category": "INVALID_REQUEST_ERROR"}]} #59

Closed sikios182 closed 3 years ago

sikios182 commented 3 years ago

imagen

Here is my controller

imagen

Hope you can help me Regards.

NikolaGavric94 commented 3 years ago

Hello sikios,

Seems like the $request->nonce is blank or empty, did u check you are sending the correct formNonce?

sikios182 commented 3 years ago

Hi Nikola, that was my bad, I wasn't receiving the nonce in the request,

Thank you for your time.