SubMerchant Status Endpoint
Learn how to retrieve your SubMerchant's information.
SubMerchant information request
GET
https://api-stg.directa24.com/v3/sub_merchants/{sub_merchant_id}
Path Parameters
Name | Type | Description |
---|---|---|
sub_merchant_id* | int | ID |
You can also access your SubMerchant's information in our Merchant Panel by going into the section Referred merchants, displayed on the navigation bar.
Request
You can trigger the check of the status of a SubMerchant at any moment you consider pertinent. However, every time a SubMerchant information changes, we will send you a notification containing the ID of the SubMerchant so that you can check its details and keep information up-to-date.
Example request
In the status endpoint, all the request have to be sent as GET, containing the usual headers.
Regarding the Authorization value, since the body of the requests will be empty, you should use an empty ("") string or nothing as the jsonPayload
field.
Example response
Response fields
Field | Format | Description |
---|---|---|
| integer | Identifier of the SubMerchant on our end. |
| decimal | Commission earned in each deposit. It is a percentual, expressed in decimal.
E.g.: value |
| varchar | Represents the name of the SubMerchant. |
| varchar | Email of the main user in the SubMerchant. In case you may want to match it with a user on your end, please request SubMerchant to signup with that address. |
| enum (' | Represents if the SubMerchant is either active or inactive. Only active merchants can process transactions. |
| varchar | Represents the SubMerchant identifier on your end, if this information is included in the Referral Signup Form URL. |
Last updated