Is there any way to retrieve a Customer ID from the e-mail they enter in the payment form via the API?
For my application customers will pay multiple times on an on
I did this API request. This API request is not available in stripe docs.I got their search request at dashboard customize according to my requirements.
url :https://api.stripe.com/v1/search?query="+email+"&prefix=false",
method: GET
headers: {
"authorization": "Bearer Your_seceret Key",
"content-type": "application/x-www-form-urlencoded",
}