SubMerchant Status Endpoint
Learn how to retrieve your SubMerchant's information.
Last updated
Was this helpful?
Learn how to retrieve your SubMerchant's information.
Last updated
Was this helpful?
GET
https://api-stg.directa24.com/v3/sub_merchants/{sub_merchant_id}
sub_merchant_id*
int
ID
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 containing the ID of the SubMerchant so that you can check its details and keep information up-to-date.
In the status endpoint, all the request have to be sent as GET, containing the.
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.
sub_merchant_id
integer
Identifier of the SubMerchant on our end.
markup_fee
decimal
Commission earned in each deposit. It is a percentual, expressed in decimal.
E.g.: value 2.00
represents %2.00
sub_merchant_name
varchar
Represents the name of the SubMerchant.
email
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.
status
enum ('ACTIVE
' , 'INACTIVE
')
Represents if the SubMerchant is either active or inactive. Only active merchants can process transactions.
external_submerchant_id
varchar
Represents the SubMerchant identifier on your end, if this information is included in the Referral Signup Form URL.