You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a customer by passing name and email i get error customer already exist. ( how can i get this customer ID ) i need to create virtual account for this customer.
Note: I know the customer exist , i dont have the customer id which was generated when 1st time customer was created.
Now i am not able to get customer id and not even able to create new customer with same name and email.
Expected behavior
the error should either return the customer ID which exist or allow to find customer based on email id.
Actual behavior
just returns error - customer exist
aaa
Code snippets
No response
Php version
php 7.4
Library version
RAZORPAY SDK
Additional Information
no addional info
The text was updated successfully, but these errors were encountered:
Steps to reproduce the behavior
I am trying to create a customer by passing name and email i get error customer already exist. ( how can i get this customer ID ) i need to create virtual account for this customer.
Note: I know the customer exist , i dont have the customer id which was generated when 1st time customer was created.
Now i am not able to get customer id and not even able to create new customer with same name and email.
Expected behavior
the error should either return the customer ID which exist or allow to find customer based on email id.
Actual behavior
just returns error - customer exist
aaa
Code snippets
No response
Php version
php 7.4
Library version
RAZORPAY SDK
Additional Information
no addional info
The text was updated successfully, but these errors were encountered: