cancel
Showing results for 
Search instead for 
Did you mean: 

Exception when processing payment Magento 2

Exception when processing payment Magento 2

I am new to Magento world. I am getting following exception after clicking "Place Order" button: 

 

 

[2020-02-20 06:47:41] main.CRITICAL: Report ID: webapi-5e4e2b8dee691; Message: Property "SsnNumber" does not have accessor method "getSsnNumber" in class "Magento\Quote\Api\Data\AddressInterface". {"exception":"[object] (Exception(code: 0): Report ID: webapi-5e4e2b8dee691; Message: Property \"SsnNumber\" does not have accessor method \"getSsnNumber\" in class \"Magento\\Quote\\Api\\Data\\AddressInterface\". at /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Webapi/ErrorProcessor.php:208, LogicException(code: 0): Property \"SsnNumber\" does not have accessor method \"getSsnNumber\" in class \"Magento\\Quote\\Api\\Data\\AddressInterface\". at /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Reflection/NameFinder.php:100)"} []

I integrated Stripe payment module from Cedcommerce.

 

Any help is appreciated.