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 submerchant.submerchantsIds - An array with all the submerchantIds corresponding to the PSP.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"
]
}