Nasz Onboarding API upraszcza proces integracji, dzięki czemu sprzedawcy mogą szybko i łatwo rozpocząć pracę. Dzięki temu narzędziu możesz przyspieszyć proces rejestracji cyfrowej, umożliwiając sprzedawcom błyskawiczne rozpoczęcie działalności.
W naszym rozwiązaniu Sponsorowany Sprzedawca oznacza sprzedawców detalicznych lub usługodawców na Twojej platformie.
Aby usprawnić proces wdrażania tych Sponsorowanych Sprzedawców na swojej platformie, można utworzyć dostosowany interfejs użytkownika (UI) w celu gromadzenia danych sprzedawców, a następnie przesyłania ich do naszego interfejsu API (FULL CODE).
W tym przewodniku znajdziesz wyjaśnienie całego procesu wdrażania Sponsorowanego Sprzedawcy.
Merchant Creation and Its Substructures
By following these instructions, you will be able to onboard a new sponsored merchant by creating the full merchant structure — including the shop, payment methods and terminals — in a single request: https://www.docs.pay.sibs.com/onboarding-api/merchant/
After this request, the merchant will receive onboarding credentials and may begin the integration process for payment acceptance.
You will receive a webhook confirming the success of the operation or, in case of failure, a notification detailing the cause of the error, as described on the following page: https://www.docs.pay.sibs.com/onboarding-api/merchant/#error-handling
Managing Substructures
After the merchant is created, you may need to add, edit, or cancel additional shops, payment methods or terminals.
In such cases:
- To manage shops or payment methods, please use the APIs described here: https://www.docs.pay.sibs.com/onboarding-api/shop/
- To manage terminals, please refer to the following documentation: https://www.docs.pay.sibs.com/onboarding-api/terminal/
Przed rozpoczęciem
Upewnij się, że podczas procesu wdrażania Twój opiekun udostępnił Ci niezbędne dane uwierzytelniające:
- Identyfikator Klienta (Client ID)
- Tajny Klucz (Client Secret)
Gdy już je uzyskasz, będziesz mógł zainicjować proces wdrażania za pośrednictwem interfejsu API (Full-Code).