Only submerchants that have been approved and fully created will appear in the response.
fullResponsefullResponse=false or omitted), the response returns a plain array of submerchant ID strings.fullResponse=true is sent, each element in submerchatIds is returned as an object containing both the id and the name of the submerchant. This is useful to identify submerchants by name without making an additional query.idPsp – The unique identifier of the PSP authenticated in the request.submerchatIds – An array containing the submerchants associated with the PSP:fullResponse=false): each element is a string representing the submerchant ID.fullResponse=true): each element is an object with id (string) and name (string).curl --location 'https://api-uat.kushkipagos.com/onboarding/v1/psp/submerchantIds?fullResponse=undefined' \
--header 'X-Api-Key;'{
"idPsp": "122",
"submerchatIds": [
"20000000101933870000",
"20000000106045330000",
"20000000102324298000",
"20000000100416365000",
"20000000106241217000",
"20000000100908143000"
]
}