Retrieve Submerchant
In the marketplace solution, you can use the following services to query the documents of your members.
Retrieve Submerchant
POST
https://api.iyzipay.com/onboarding/submerchant/detail
Request Body
locale
String
Language (default: tr)
conversationId
String
If set, conversation ID to match request and response
subMerchantExternalId*
String
Merchant identification number on your system
Retrieve Submerchant Response
name
String
Name of submerchant
gsmNumber
String
GSM number of submerchant
taxOffice
String
Tax office of submerchant
taxNumber
String
Tax number of submerchant
legalCompanyTitle
String
Legal Company Title of submerchant
String
Email of submerchant
address
String
Address of submerchant
iban
String
IBAN number of submerchant
subMerchantExternalId
String
Merchant provided of submerchant
subMerchantKey
String
Key of submerchant must be
status
String
Service response result (success / failure)
errorCode
String
Error code if service response status is failure
errorMessage
String
Error message if service response status is failure
errorGroup
String
Error group if service response status is failure
locale
String
Language (default: tr)
systemTime
Integer
Response system timestamp value
conversationId
String
If set, conversation ID to match request and response
Retrieve Submerchant Sample Requests
Last updated