Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

Problem with recurring payin registration #539

Closed pulsarf0x closed 2 years ago

pulsarf0x commented 2 years ago

Hello there,

I've a problem that I can't deal with. Could you check this screenshot ? My problem is about that I've filled every required params with the good values but still getting the following error : image

image

Bad request. One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.

Thank you so much team, this thing is making me mad. I can't count times I checked it and checked it again. 😂 Have a nice evening.

fredericdelordm commented 2 years ago

Hello @pulsarf0x,

Your error is due to :

They are boolean and you have set them to "null".

Regards and Happy new year !

fredericdelordm commented 2 years ago

@pulsarf0x Don't hesitate to look at the field "errors" in the response to debug faster.

pulsarf0x commented 2 years ago

Hello,

Happy new year too! It works now. Thank you. :) But it means those properties aren't really optionnal, right ?