VMSS - Index dependant principals

cap
Regular Visitor

VMSS - Index dependant principals

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?

2 REPLIES 2
jenn_kh
Community Moderator

Re: VMSS - Index dependant principals

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.

API_Managers
Visa Developer Support Specialist

Re: VMSS - Index dependant principals

Hi @cap,

 

I'll let you know once I hear back from the product team on this. 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.