(E): 106 - Email not valid

Modified on Tue, Feb 22, 2022 at 10:17 PM

Most probably this error happened because of passing an invalid email format within the customer_details/shipping_details. For example, passing integer id instead of a string.


In this article you will be going to know about:


How to investigate the reason that caused this error?

You can investigate the reason for such an error from the "API debug log" by following the below steps:

  1. Navigating to the Developer’s menu > Testing > API Debug Logs (within your desired profile).


  2.  Then you can navigate to the request payload sent from your side from the icon ? (view request body) in the API debug logs.



Or you may get the error directly from the response payload sent from PayTabs according to your sent request


 

Reason #1: Invalid email format

This means that the merchant passed an invalid format to the "email" parameter instead of the customer_details/shipping_details. For example, passing integer values or even symbols.



The email format MUST be string.





Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article