Retrieve Submerchant

In the marketplace solution, you can use the following services to query the documents of your members.

Get Submerchant Detail

post

Returns submerchant details by external ID (subMerchantExternalId).

Header parameters
AuthorizationstringRequired

Authorization header; a signed hash value that starts with IYZWSv2 and is generated in Base64 format.

Example: IYZWSv2 YXBpS2V5OnNhbmRib....E0OGI1MTE=
Content-TypestringRequired

Request body content type.

Example: application/json
Body
localestring · enumOptionalExample: enPossible values:
conversationIdstringOptionalExample: 123456789
subMerchantExternalIdstringRequired

ExternalId of the submerchant to query.

Example: S49222
Responses
200

Successful response

application/json
post
/onboarding/submerchant/detail

Sample Codes

Last updated