On this page:
Overview
If the shop is approved at the end of the shop onboarding process, the Nuvei system returns a Shop Approval Notification to the URL provided by you, containing the new merchant_site
details, which include the seller_id
associated with the processing sellerId
. The sellerId
is used to handle the payment splits between the relevant marketplace sellers as described here.
Shop Approval Notification
Example Shop Approval Notification
{ "merchant_site": { "shop_id": "<string>", "kyc_status": "<int>", "kyc_reason": "<string>", "url": "<string>", "source_system": "<int>", "seller_id": "<int>", "merchant_id": "<int>", "created": "<datetime(yyyy-mm-dd hh:mm:ss)>" } }