Findings Letsdeel
Findings Letsdeel
1. Noticed error HTTP 400 with error : "Add withdraw method failed. Please enter the recipients first &
last name"
cause a : invalid api request - not true , usually will result in 404 not 400
cause b : could be due invalid JSON payload syntax
cause c : could be due invalid JSON payload format
2. Validate JSON payload syntax is valid ?
Ans : Yes valid
2. Search in API documentation for keyword "withdraw"
result : not found
3. Search in API documentation for keyword "requirements"
result : not found
cause : possibly api-prod.letsdeel.com/payments/withdraw is peforming underlying API call?
{
"currency":"INR",
"legalType":"PRIVATE",
"ifscCode":"IMRY0001234",
"accountNumber":"12345767893456",
"accountHolderName":"Kish K",
"address":{
"city":"Mumbai",
"country":"IN",
"firstLine":"imaginary",
"postCode":"456789",
"state":""
}
}