When trying to search for terminated merchants on the VMSS sandbox API, I noticed the order of principals matter - Is this intended behaviour?
If I provided the "exact match"-example payload of
"principals": {
{ "name": "CHARLES FISHMAN", "businessPhoneNumber": "20220711011" },
{ "name": "VERA STANLEY", "businessPhoneNumber": "20220711012" }
}
Then both are an exact match. But using
"principals": {
{ "name": "Arbitrary Person" },
{ "name": "Arbitrary Person" },
{ "name": "CHARLES FISHMAN", "businessPhoneNumber": "20220711011" },
{ "name": "VERA STANLEY", "businessPhoneNumber": "20220711012" }
}
returns no-match on all four. Is this intended, and if so, how should we prepare the payload, to optimize the chance of providing correct order?
Hi @cap, Thank you for reaching out. One of our agents will look into this get back to you soon. Until then, if any community members know a solution, please feel free to reply to this thread.
Hi @cap,
I'll let you know once I hear back from the product team on this.
Hi @cap,
To further investigate, please provide the following information:
1. End Point
2. Request Header
3. Request Body
4. Response Header (include the x-correlation-id)
5. Response Body
You can find the x-correlation-id in the response header.
Hi @cap,
If you're still experiencing an issue, please provide the information requested of you in my previous post. If I don't hear from you in a couple of days, I'll take you off my contact list.
Hi @API_Products (Tee)
Finally I could get back to you. Unfortunately, I cannot supply you with the requested material at the moment, due to the sandbox not providing any matches on inquiries, when using the samples in the documentation.
Hi @cap,
I'll take a look and get back soon.
Hi @cap,
What is the request being sent and the response that you receive in return? I'll need the complete URL that you are hitting and the error code that you are receiving to investigate further.
Hi @cap,
Please share the request being sent, the response you're receiving in return, the complete URL that you're hitting and the error code that you're receiving so I can investigate further.
Hi @cap,
I haven't received a reply from you, hence, I'll take you off my contact list. Please feel free to reach out to us at the developer community if you have questions.